body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.forensic-cicd-agents{margin:0 auto;max-width:1400px;padding:20px}.agents-header{margin-bottom:30px}.agents-header h2{color:#333;font-size:28px;margin:0 0 10px}.agents-header .subtitle{color:#666;font-size:14px;margin:0}.agents-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-bottom:20px}.agents-section{display:flex;flex-direction:column}.agents-section.full-width{grid-column:1/-1}.agent-config-card,.agent-status-card,.evidence-collector-card,.log-anomaly-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px}.agent-config-card h3,.agent-status-card h3,.evidence-collector-card h3,.log-anomaly-card h3{border-bottom:2px solid #2196f3;color:#333;font-size:20px;margin:0 0 20px;padding-bottom:10px}.status-overview{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:20px}.metric-item{background:#f5f5f5;border-radius:4px;display:flex;flex-direction:column;min-width:150px;padding:10px}.metric-label{color:#666;font-size:12px;margin-bottom:5px}.metric-value{color:#2196f3;font-size:18px;font-weight:700}.agents-list{display:flex;flex-direction:column;gap:15px}.agent-item{background:#fafafa;border:1px solid #e0e0e0;border-radius:6px;padding:15px}.agent-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.agent-id{color:#333;font-size:14px;font-weight:700}.status-badge{border-radius:12px;color:#fff;font-size:11px;font-weight:700;padding:4px 12px;text-transform:uppercase}.agent-details{grid-gap:10px;display:grid;font-size:13px;gap:10px;grid-template-columns:repeat(2,1fr)}.detail-row{justify-content:space-between}.detail-row span:last-child{font-weight:500}.collector-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.collect-button{background:#2196f3;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:background .3s}.collect-button:hover:not(:disabled){background:#1976d2}.collect-button:disabled{background:#ccc;cursor:not-allowed}.evidence-types{border-bottom:1px solid #e0e0e0;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px;padding-bottom:15px}.evidence-type-item{align-items:center;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;display:flex;font-size:13px;gap:8px;padding:8px 12px;transition:all .2s}.evidence-type-item:hover{background:#e3f2fd;border-color:#2196f3}.evidence-type-item.active{background:#2196f3;border-color:#2196f3;color:#fff}.type-label{font-weight:500}.type-count{background:#ffffff4d;border-radius:10px;font-size:11px;font-weight:700;padding:2px 8px}.evidence-type-item.active .type-count{background:#ffffff80}.evidence-list{display:flex;flex-direction:column;gap:10px;max-height:400px;overflow-y:auto}.no-evidence{color:#999;font-style:italic;padding:40px;text-align:center}.evidence-item{background:#fafafa;padding:12px}.evidence-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.evidence-type{background:#2196f3;color:#fff;font-size:11px;font-weight:700;text-transform:uppercase}.evidence-timestamp{color:#666;font-size:11px}.evidence-content p{color:#333;font-size:13px;margin:0 0 8px}.evidence-metadata{grid-gap:6px;border-top:1px solid #e0e0e0;display:grid;gap:6px;grid-template-columns:repeat(2,1fr);margin-top:8px;padding-top:8px}.metadata-item{font-size:12px;gap:5px}.config-section{margin-bottom:25px}.config-section h4{border-bottom:1px solid #e0e0e0;color:#333;font-size:16px;margin:0 0 15px;padding-bottom:8px}.config-grid{grid-template-columns:repeat(2,1fr)}.config-item{align-items:center}.config-item label{align-items:center;cursor:pointer;font-size:14px;gap:8px;width:100%}.config-item input[type=checkbox]{cursor:pointer;height:18px;width:18px}.config-item input[type=number]{border:1px solid #e0e0e0;border-radius:4px;font-size:14px;margin-left:10px;padding:6px 10px;width:100px}.config-actions{border-top:1px solid #e0e0e0;display:flex;gap:10px;padding-top:20px}.reset-config-button,.save-config-button{border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:background .3s}.save-config-button{background:#4caf50;color:#fff}.save-config-button:hover{background:#45a049}.reset-config-button{background:#f5f5f5;border:1px solid #e0e0e0;color:#333}.reset-config-button:hover{background:#e0e0e0}@media (max-width:768px){.agent-details,.agents-grid,.config-grid,.evidence-metadata{grid-template-columns:1fr}}.anomaly-detection{margin:0 auto;max-width:1400px;padding:20px}.detection-header{margin-bottom:30px}.detection-header h2{color:#333;font-size:28px;margin:0 0 10px}.detection-header .subtitle{color:#666;font-size:14px;margin:0}.detection-tabs{border-bottom:2px solid #e0e0e0;display:flex;gap:10px;margin-bottom:20px}.tab-button{background:#0000;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;font-size:14px;font-weight:500;margin-bottom:-2px;padding:12px 24px;transition:all .3s}.tab-button:hover{background:#f5f5f5;color:#2196f3}.tab-button.active{border-bottom-color:#2196f3;color:#2196f3;font-weight:600}.detection-content{margin-top:20px}.anomaly-detector-card,.detection-rules-card,.timeline-reconstruction-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px}.anomaly-detector-card h3,.detection-rules-card h3,.timeline-reconstruction-card h3{border-bottom:2px solid #ff9800;color:#333;font-size:20px;margin:0 0 20px;padding-bottom:10px}.detector-header,.rules-header,.timeline-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.detect-button,.reconstruct-button,.save-rules-button{background:#ff9800;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:background .3s}.detect-button:hover:not(:disabled),.reconstruct-button:hover,.save-rules-button:hover{background:#f57c00}.detect-button:disabled{background:#ccc;cursor:not-allowed}.detection-stats{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:20px}.stat-item{background:#fff3e0;border-radius:4px;display:flex;flex-direction:column;min-width:150px;padding:10px}.stat-value{color:#ff9800}.filter-section{border-bottom:1px solid #e0e0e0;margin-bottom:20px;padding-bottom:15px}.filter-group{margin-bottom:15px}.filter-group label{color:#333;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.category-filters,.severity-filters{display:flex;flex-wrap:wrap;gap:8px}.filter-button{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;font-size:12px;padding:6px 12px;transition:all .2s}.filter-button:hover{background:#fff3e0;border-color:#ff9800}.filter-button.active{background:#ff9800;border-color:#ff9800;color:#fff}.filter-button.severity-critical.active{background:#d32f2f;border-color:#d32f2f}.filter-button.severity-high.active{background:#f57c00;border-color:#f57c00}.filter-button.severity-medium.active{background:#fbc02d;border-color:#fbc02d}.filter-button.severity-low.active{background:#388e3c;border-color:#388e3c}.anomalies-list{display:flex;flex-direction:column;gap:15px;max-height:600px;overflow-y:auto}.no-anomalies{color:#999;font-style:italic;padding:40px;text-align:center}.anomaly-item{background:#fafafa;border:1px solid #e0e0e0;border-radius:6px;padding:15px}.anomaly-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.anomaly-title-section{align-items:center;display:flex;gap:10px}.severity-badge{border-radius:12px;color:#fff;font-size:10px;font-weight:700;padding:4px 10px;text-transform:uppercase}.anomaly-title{color:#333;font-size:14px;font-weight:700}.anomaly-timestamp{color:#666;font-size:11px}.anomaly-content{margin-top:10px}.anomaly-description{color:#555;font-size:13px;margin:0 0 10px}.anomaly-details{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(2,1fr);margin-bottom:10px}.detail-item{display:flex;font-size:12px;gap:5px}.anomaly-evidence{background:#fff;border:1px solid #e0e0e0;border-radius:4px;margin-top:10px;padding:10px}.anomaly-evidence strong{color:#333;display:block;font-size:12px;margin-bottom:5px}.anomaly-evidence pre{color:#666;font-size:11px;margin:0;overflow-x:auto}.incidents-list{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.incident-button{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;font-size:13px;padding:8px 16px;transition:all .2s}.incident-button:hover{background:#fff3e0;border-color:#ff9800}.incident-button.active{background:#ff9800;border-color:#ff9800;color:#fff}.timeline-info{grid-gap:10px;background:#fff3e0;border-radius:4px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr);margin-bottom:20px;padding:15px}.info-item{display:flex;font-size:13px;justify-content:space-between}.info-item span:first-child{color:#666;font-weight:500}.info-item span:last-child{color:#333}.timeline-events{padding-left:30px;position:relative}.timeline-event{display:flex;gap:15px;margin-bottom:30px;position:relative}.event-marker{left:-30px;position:absolute;top:0}.marker-dot{border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 2px;height:16px;width:16px}.marker-commit{background:#2196f3;box-shadow:0 0 0 2px #2196f3}.marker-pipeline{background:#f44336;box-shadow:0 0 0 2px #f44336}.marker-dependency{background:#4caf50;box-shadow:0 0 0 2px #4caf50}.timeline-line{background:#e0e0e0;height:calc(100% + 14px);left:5px;position:absolute;top:16px;width:2px}.event-content{background:#fafafa;border:1px solid #e0e0e0;border-radius:6px;flex:1 1;padding:15px}.event-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.event-type{background:#666;border-radius:3px;color:#fff;font-size:10px;font-weight:700;padding:2px 8px;text-transform:uppercase}.event-time{color:#666;font-size:11px}.event-description{margin:0 0 8px}.event-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.event-link{background:#e3f2fd;border-radius:3px;color:#1976d2;font-size:11px;padding:4px 8px}.no-timeline{color:#999;font-style:italic;padding:40px;text-align:center}.ml-section,.rules-section{margin-bottom:30px}.ml-section h4,.rules-section h4{border-bottom:1px solid #e0e0e0;color:#333;font-size:16px;margin:0 0 15px;padding-bottom:8px}.models-list,.rules-list{display:flex;flex-direction:column;gap:15px}.model-item,.rule-item{background:#fafafa;border:1px solid #e0e0e0;border-radius:6px;padding:15px}.model-header,.rule-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.model-title-section,.rule-title-section{align-items:center;display:flex;gap:10px}.model-toggle,.rule-toggle{align-items:center;cursor:pointer;display:flex;gap:8px}.model-toggle input,.rule-toggle input{cursor:pointer;height:18px;width:18px}.model-name,.rule-name{color:#333;font-size:14px;font-weight:600}.rule-category{background:#e3f2fd;border-radius:12px;color:#1976d2;font-size:11px;font-weight:500;padding:4px 10px}.rule-description{color:#666;font-size:13px;margin:0 0 10px}.rule-parameters{display:flex;flex-wrap:wrap;gap:15px}.parameter-item label{align-items:center;color:#333;display:flex;font-size:13px;gap:8px}.parameter-item input{border:1px solid #e0e0e0;border-radius:4px;font-size:13px;padding:4px 8px}.model-details{display:flex;gap:20px;margin-top:10px}.model-detail-item{display:flex;font-size:13px;gap:5px}.model-detail-item span:first-child{color:#666}.model-detail-item span:last-child{color:#333;font-weight:500}.model-status{border-radius:12px;font-size:11px;font-weight:500;padding:4px 10px}.status-trained{background:#e8f5e9;color:#2e7d32}.status-training{background:#fff3e0;color:#e65100}.training-progress{border-top:1px solid #e0e0e0;margin-top:10px;padding-top:10px}.progress-bar{background:#e0e0e0;border-radius:4px;height:8px;margin-bottom:5px;overflow:hidden;width:100%}.progress-fill{background:#ff9800;height:100%;transition:width .3s}.training-progress span{color:#666;font-size:12px}@media (max-width:768px){.detection-tabs{flex-direction:column}.anomaly-details,.timeline-info{grid-template-columns:1fr}.category-filters,.severity-filters{flex-direction:column}}.forensic-reporting-portal{margin:0 auto;max-width:1400px;padding:20px}.portal-header{margin-bottom:30px}.portal-header h2{color:#333;font-size:28px;margin:0 0 10px}.portal-header .subtitle{color:#666;font-size:14px;margin:0}.portal-tabs{border-bottom:2px solid #e0e0e0;display:flex;gap:10px;margin-bottom:20px}.portal-tab-button{background:#0000;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;font-size:14px;font-weight:500;margin-bottom:-2px;padding:12px 24px;transition:all .3s}.portal-tab-button:hover{background:#f5f5f5;color:#9c27b0}.portal-tab-button.active{border-bottom-color:#9c27b0;color:#9c27b0;font-weight:600}.portal-content{margin-top:20px}.chain-of-custody-card,.evidence-visualization-card,.integrity-proofs-card,.report-generator-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px}.chain-of-custody-card h3,.evidence-visualization-card h3,.integrity-proofs-card h3,.report-generator-card h3{border-bottom:2px solid #9c27b0;color:#333;font-size:20px;margin:0 0 10px;padding-bottom:10px}.custody-header,.generator-header,.proofs-header,.viz-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.custody-subtitle,.generator-subtitle,.proofs-subtitle,.viz-subtitle{color:#666;font-size:13px;margin:0}.viz-filters{display:flex;gap:10px}.filter-select{background:#fff;border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;font-size:13px;padding:6px 12px}.custody-stats,.proofs-stats,.timeline-stats{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:20px}.custody-stat,.proof-stat,.stat-box{background:#f3e5f5;border-radius:4px;display:flex;flex-direction:column;min-width:120px;padding:12px}.stat-value{color:#9c27b0}.timeline-view{margin-top:20px}.timeline-event-item{display:flex;gap:15px;margin-bottom:20px;position:relative}.event-marker-container{align-items:center;display:flex;flex-direction:column;position:relative}.event-marker-dot{border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 2px;height:16px;width:16px;z-index:1}.event-connector-line{background:#e0e0e0;height:calc(100% + 4px);position:absolute;top:16px;width:2px}.event-details{background:#fafafa;border:1px solid #e0e0e0;border-radius:6px;flex:1 1;padding:15px}.event-header-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.event-type-badge{border-radius:12px;color:#fff;font-size:11px;font-weight:700;padding:4px 10px;text-transform:uppercase}.event-timestamp{color:#666;font-size:11px}.event-title{color:#333;font-size:14px;font-weight:600;margin:0 0 8px}.event-description{color:#555;font-size:13px;margin:0 0 10px}.event-metadata{grid-gap:6px;border-top:1px solid #e0e0e0;display:grid;gap:6px;grid-template-columns:repeat(2,1fr);margin-top:10px;padding-top:10px}.metadata-entry{display:flex;font-size:12px;gap:5px}.metadata-key{color:#666;font-weight:500}.loading,.no-data,.no-logs,.no-proofs{color:#999;font-style:italic;padding:40px;text-align:center}.proof-item{background:#fafafa;border:1px solid #e0e0e0;border-radius:6px;margin-bottom:15px;padding:15px}.proof-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.proof-title-section{align-items:center;display:flex;gap:10px}.proof-id{color:#333;font-size:14px;font-weight:700}.proof-status{border-radius:12px;color:#fff;font-size:10px;font-weight:700;padding:4px 10px;text-transform:uppercase}.verify-button{background:#9c27b0;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;padding:6px 12px;transition:background .3s}.verify-button:hover{background:#7b1fa2}.proof-details{display:flex;flex-direction:column;gap:8px}.proof-detail-row{display:flex;font-size:13px;gap:10px}.detail-value{word-break:break-all}.hash-value,.signature-value{color:#666;font-family:monospace;font-size:11px}.verification-result strong{margin-bottom:5px}.verification-result p{font-size:12px;margin:5px 0}.custody-filters{border-bottom:1px solid #e0e0e0;margin-bottom:20px;padding-bottom:15px}.custody-filters label{color:#333;display:block;font-size:14px;font-weight:500;margin-bottom:10px}.status-filters{display:flex;flex-wrap:wrap;gap:8px}.status-filter-button{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;font-size:12px;padding:6px 12px;transition:all .2s}.status-filter-button:hover{background:#f3e5f5}.status-filter-button.active{background:#9c27b0;color:#fff}.custody-logs{display:flex;flex-direction:column;gap:15px}.custody-log-item{background:#fafafa;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;padding:15px;transition:all .2s}.custody-log-item.selected,.custody-log-item:hover{background:#f3e5f5;border-color:#9c27b0}.custody-log-item.selected{box-shadow:0 2px 4px #9c27b033}.log-header{justify-content:space-between;margin-bottom:10px}.log-header,.log-id-section{align-items:center;display:flex}.log-id-section{gap:10px}.log-id{color:#333;font-size:14px;font-weight:700}.log-status-badge{border-radius:12px;color:#fff;font-size:10px;font-weight:700;padding:4px 10px;text-transform:uppercase}.log-timestamp{color:#666;font-size:11px}.log-details{grid-gap:8px;display:grid;font-size:13px;gap:8px;grid-template-columns:repeat(2,1fr)}.log-detail-row{display:flex;gap:5px}.log-expanded-details{border-top:1px solid #e0e0e0;margin-top:15px;padding-top:15px}.expanded-section{margin-bottom:15px}.expanded-section h4{color:#333;font-size:14px;margin:0 0 10px}.custody-history{display:flex;flex-direction:column;gap:10px}.history-entry{background:#fff;border:1px solid #e0e0e0;border-radius:4px;font-size:12px;padding:10px}.history-timestamp{color:#9c27b0;font-weight:700;margin-bottom:5px}.history-action{color:#333;margin-bottom:3px}.history-custodian,.history-notes{color:#666;font-size:11px}.checksum-info{display:flex;font-size:12px;gap:10px}.checksum-value{color:#666;font-family:monospace}.report-config-section{margin-bottom:30px}.report-config-section h4{border-bottom:1px solid #e0e0e0;color:#333;font-size:16px;margin:0 0 15px;padding-bottom:8px}.config-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(3,1fr);margin-bottom:20px}.config-item,.config-item label{display:flex;flex-direction:column}.config-item label{color:#333;font-size:13px;font-weight:500;gap:5px}.config-select{background:#fff;border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;font-size:13px;padding:8px}.config-checkboxes{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr);margin-bottom:20px}.checkbox-label{align-items:center;color:#333;cursor:pointer;display:flex;font-size:13px;gap:8px}.checkbox-label input{cursor:pointer;height:18px;width:18px}.config-actions{margin-top:20px}.generate-button{background:#9c27b0;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:12px 24px;transition:background .3s}.generate-button:hover:not(:disabled){background:#7b1fa2}.generate-button:disabled{background:#ccc;cursor:not-allowed}.generated-report-section{border-top:2px solid #e0e0e0;margin-top:30px;padding-top:30px}.generated-report-section h4{color:#333;font-size:18px;margin:0 0 15px}.report-info{grid-gap:10px;background:#f3e5f5;border-radius:4px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr);margin-bottom:20px;padding:15px}.report-info-item{display:flex;font-size:13px;justify-content:space-between}.report-info-item span:first-child{color:#666;font-weight:500}.report-info-item span:last-child{color:#333}.report-preview{background:#fafafa;border:1px solid #e0e0e0;border-radius:4px;margin-bottom:20px;padding:15px}.report-preview h5{color:#333;font-size:16px;margin:0 0 15px}.preview-content{display:flex;flex-direction:column;gap:15px}.preview-section{background:#fff;border-radius:4px;padding:10px}.preview-section strong{color:#9c27b0;display:block;margin-bottom:5px}.preview-section p{color:#555;font-size:13px;line-height:1.5;margin:0}.export-actions{margin-top:20px}.export-actions h5{color:#333;font-size:16px;margin:0 0 15px}.export-buttons{display:flex;flex-wrap:wrap;gap:10px}.export-button{background:#9c27b0;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:13px;font-weight:500;padding:10px 20px;transition:background .3s}.export-button:hover{background:#7b1fa2}@media (max-width:768px){.config-checkboxes,.config-grid,.event-metadata,.log-details,.report-info{grid-template-columns:1fr}.portal-tabs{flex-wrap:wrap}}.integrity-verification{margin:0 auto;max-width:1400px;padding:20px}.verification-header{margin-bottom:30px}.verification-header h2{color:#333;font-size:28px;margin:0 0 10px}.verification-header .subtitle{color:#666;font-size:14px;margin:0}.verification-tabs{border-bottom:2px solid #e0e0e0;display:flex;gap:10px;margin-bottom:20px}.verification-tab-button{background:#0000;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;font-size:14px;font-weight:500;margin-bottom:-2px;padding:12px 24px;transition:all .3s}.verification-tab-button:hover{background:#f5f5f5;color:#4caf50}.verification-tab-button.active{border-bottom-color:#4caf50;color:#4caf50;font-weight:600}.verification-content{margin-top:20px}.digital-signatures-card,.hash-verification-card,.malware-classification-card,.merkle-tree-card,.sbom-generator-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px}.digital-signatures-card h3,.hash-verification-card h3,.malware-classification-card h3,.merkle-tree-card h3,.sbom-generator-card h3{border-bottom:2px solid #4caf50;color:#333;font-size:20px;margin:0 0 10px;padding-bottom:10px}.hash-header,.merkle-header,.sbom-header,.signatures-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.hash-subtitle,.merkle-subtitle,.sbom-subtitle,.signatures-subtitle{color:#666;font-size:13px;margin:0}.format-selector label{align-items:center;color:#333;display:flex;font-size:13px;gap:8px}.format-select{background:#fff;border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;font-size:13px;padding:6px 12px}.hash-stats,.merkle-stats,.sbom-stats,.signatures-stats{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:20px}.hash-stat,.merkle-stat,.sbom-stat,.signature-stat{background:#e8f5e9;border-radius:4px;display:flex;flex-direction:column;min-width:120px;padding:12px}.stat-label{color:#666;font-size:12px;margin-bottom:5px}.stat-value{font-size:18px;font-weight:700}.stat-value,.stat-value.verified{color:#4caf50}.stat-value.failed{color:#f44336}.stat-value.pending{color:#ff9800}.stat-value.expired{color:#f57c00}.sbom-builds{margin-top:20px}.sbom-builds h4{color:#333;font-size:16px;margin:0 0 15px}.builds-list{display:flex;flex-direction:column;gap:15px}.build-sbom-item{background:#fafafa;border:1px solid #e0e0e0;border-radius:6px;padding:15px}.build-header{justify-content:space-between;margin-bottom:10px}.build-header,.build-info{align-items:center;display:flex}.build-info{gap:10px}.build-id{color:#333;font-size:14px;font-weight:700}.build-format{background:#4caf50;border-radius:12px;color:#fff;font-size:10px;font-weight:700;padding:2px 8px}.generate-sbom-button{background:#4caf50;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;padding:6px 12px;transition:background .3s}.generate-sbom-button:hover:not(:disabled){background:#45a049}.generate-sbom-button:disabled{background:#ccc;cursor:not-allowed}.build-details{grid-gap:10px;display:grid;font-size:13px;gap:10px;grid-template-columns:repeat(3,1fr)}.detail-row{display:flex;gap:5px}.detail-row span:first-child{color:#666;font-weight:500}.detail-row span:last-child{color:#333}.hash-value{color:#666;font-family:monospace;font-size:11px;word-break:break-all}.sbom-details{border-top:2px solid #e0e0e0;margin-top:30px;padding-top:30px}.sbom-details h4{color:#333;font-size:18px;margin:0 0 20px}.sbom-content{display:flex;flex-direction:column;gap:20px}.sbom-section{background:#fafafa;border:1px solid #e0e0e0;border-radius:4px;padding:15px}.sbom-section h5{color:#333;font-size:16px;margin:0 0 15px}.metadata-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr)}.metadata-item{display:flex;font-size:13px;gap:10px}.metadata-label{color:#666;font-weight:500;min-width:100px}.metadata-value{color:#333}.dependencies-list{display:flex;flex-direction:column;gap:10px;max-height:400px;overflow-y:auto}.dependency-item{background:#fff;border:1px solid #e0e0e0;border-radius:4px;padding:10px}.dependency-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:5px}.dependency-name{color:#333;font-size:14px;font-weight:600}.dependency-version{background:#e3f2fd;border-radius:3px;color:#1976d2;font-size:11px;padding:2px 8px}.dependency-details{color:#666;display:flex;font-size:12px;gap:10px}.dependency-license,.dependency-purl,.dependency-type{background:#f5f5f5;border-radius:3px;padding:2px 6px}.integrity-info{display:flex;flex-direction:column;gap:10px}.integrity-item{display:flex;font-size:13px;gap:10px}.integrity-item span:first-child{color:#666;font-weight:500;min-width:120px}.status-verified{color:#4caf50;font-weight:600}.hash-filters,.type-filters{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.hash-filters label{color:#333;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.type-filter-button{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;font-size:12px;padding:6px 12px;transition:all .2s}.type-filter-button:hover{background:#e8f5e9}.type-filter-button.active{background:#4caf50;border-color:#4caf50;color:#fff}.artifacts-list,.signatures-list{display:flex;flex-direction:column;gap:15px}.artifact-item,.signature-item{background:#fafafa;border:1px solid #e0e0e0;border-radius:6px;padding:15px}.artifact-header,.signature-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.artifact-title-section,.signature-title-section{align-items:center;display:flex;gap:10px}.artifact-name,.signature-artifact{color:#333;font-size:14px;font-weight:700}.artifact-status,.signature-status{border-radius:12px;color:#fff;font-size:10px;font-weight:700;padding:4px 10px;text-transform:uppercase}.verify-hash-button,.verify-signature-button{background:#4caf50;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;padding:6px 12px;transition:background .3s}.verify-hash-button:hover,.verify-signature-button:hover{background:#45a049}.artifact-details,.signature-details{display:flex;flex-direction:column;gap:8px}.artifact-detail-row,.signature-detail-row{display:flex;font-size:13px;gap:10px}.detail-label{color:#666;font-weight:500;min-width:120px}.detail-value{color:#333}.key-value,.signature-value{color:#666;font-family:monospace;font-size:11px;word-break:break-all}.verification-result{border-radius:4px;margin-top:15px;padding:12px}.verification-result.valid{background:#e8f5e9;border:1px solid #4caf50;color:#2e7d32}.verification-result.invalid{background:#ffebee;border:1px solid #f44336;color:#c62828}.verification-result strong{display:block;margin-bottom:8px}.verification-details{display:flex;flex-direction:column;gap:5px}.verification-row{display:flex;font-size:12px;gap:10px}.verification-row span:first-child{color:#666;font-weight:500}.loading,.no-artifacts,.no-signatures,.no-trees{color:#999;font-style:italic;padding:40px;text-align:center}.merkle-trees-list{display:flex;flex-direction:column;gap:15px}.merkle-tree-item{background:#fafafa;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;padding:15px;transition:all .2s}.merkle-tree-item.selected,.merkle-tree-item:hover{background:#e8f5e9;border-color:#4caf50}.merkle-tree-item.selected{box-shadow:0 2px 4px #4caf5033}.tree-header{align-items:center;display:flex;justify-content:space-between}.tree-title-section{align-items:center;display:flex;gap:10px}.tree-id{color:#333;font-size:14px;font-weight:700}.tree-status{border-radius:12px;font-size:10px;font-weight:700;padding:4px 10px;text-transform:uppercase}.status-verified{background:#4caf50;color:#fff}.status-pending{background:#ff9800;color:#fff}.tree-info{color:#666;display:flex;font-size:12px;gap:15px}.tree-details{border-top:1px solid #e0e0e0;margin-top:15px;padding-top:15px}.tree-metadata{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr)}.tree-metadata,.tree-visualization{margin-bottom:20px}.tree-visualization h4{color:#333;font-size:16px;margin:0 0 15px}.tree-view{background:#fff;border:1px solid #e0e0e0;border-radius:4px;max-height:500px;overflow-y:auto;padding:15px}.merkle-node{margin-bottom:10px}.node-content{align-items:center;background:#f5f5f5;border-radius:4px;cursor:pointer;display:flex;gap:8px;padding:8px;transition:background .2s}.node-content.has-children:hover{background:#e8f5e9}.node-toggle{color:#4caf50;font-weight:700;width:20px}.node-info{align-items:center;display:flex;gap:10px}.node-hash{color:#333;font-family:monospace;font-size:12px}.node-type{background:#4caf50;border-radius:3px;color:#fff;font-size:10px;font-weight:700;padding:2px 6px}.node-children{margin-top:5px}.tree-evidence{margin-top:20px}.tree-evidence h4{color:#333;font-size:16px;margin:0 0 15px}.evidence-items-list{display:flex;flex-direction:column;gap:8px}.evidence-item{background:#fff;border:1px solid #e0e0e0;border-radius:4px;display:flex;font-size:12px;gap:15px;padding:8px}.evidence-type{background:#e3f2fd;border-radius:3px;color:#1976d2;font-weight:500;padding:2px 8px}.evidence-hash{color:#666;font-family:monospace}.evidence-name{color:#333;font-weight:500}@media (max-width:768px){.build-details,.metadata-grid,.tree-metadata{grid-template-columns:1fr}.verification-tabs{flex-wrap:wrap}}.integrated-flow{padding:20px}.flow-header{margin-bottom:16px}.flow-header h2{margin:0 0 8px}.flow-subtitle{color:#666;margin:0}.flow-controls{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.flow-input{border:1px solid #ddd;border-radius:4px;min-width:260px;padding:8px}.flow-button{background:#1976d2;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:8px 14px}.flow-error{color:#b00020;margin:10px 0}.decision-card{background:#fff;border:1px solid #e0e0e0;border-radius:6px;margin-bottom:14px;padding:12px}.decision-row{display:flex;justify-content:space-between;margin:4px 0}.decision-value{font-weight:700}.decision-block{color:#c62828}.decision-alert{color:#f57c00}.decision-allow{color:#2e7d32}.flow-steps{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,minmax(240px,1fr));margin-bottom:14px}.flow-step{background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:10px}.flow-step-top{display:flex;justify-content:space-between}.flow-step-id{font-weight:700}.flow-step-status{border-radius:10px;color:#fff;font-size:12px;padding:2px 8px}.status-ok{background:#2e7d32}.status-warning{background:#f57c00}.status-critical{background:#c62828}.flow-step-title{margin:8px 0}.flow-step-summary{font-size:12px;margin:0;white-space:pre-wrap}.flow-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr;margin-bottom:14px}.flow-panel{background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:10px}.flow-panel h3,.reason-panel h3,.timeline-panel h3{margin-top:0}.reason-panel,.timeline-panel{background:#fff;border:1px solid #e0e0e0;border-radius:6px;margin-bottom:14px;padding:10px}.timeline-list{display:flex;flex-direction:column;gap:10px}.timeline-item{border:1px solid #eee;border-radius:6px;padding:8px}.timeline-item-top{display:flex;font-size:12px;justify-content:space-between}.timeline-title{font-weight:600;margin:6px 0}.timeline-empty{color:#777}@media (max-width:900px){.flow-grid,.flow-steps{grid-template-columns:1fr}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.99cf4f08.css.map*/