.app{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column}.app-header{padding:1rem 2rem;color:#fff;background:#0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-shrink:0}.app-header-content{display:flex;justify-content:space-between;align-items:center;max-width:100%}.app-header-content>div{flex:1}.app-header-content .import-link-button{flex-shrink:0;margin-left:2rem;display:inline-block;position:relative;z-index:10;padding:.5rem 1.5rem;font-size:1rem}.app-header h1{font-size:2rem;margin-bottom:.25rem;font-weight:700;text-align:left}.app-header p{font-size:1rem;opacity:.9;text-align:left}.app-main{flex:1;display:flex;align-items:flex-start;justify-content:center;padding:0 2rem 2rem;background:#fff;margin-top:-1px}.status-card,.import-card,.results-list-card{background:#fff;border-radius:0 16px 16px;padding:2rem;box-shadow:0 20px 60px #0000004d;min-width:400px;width:100%;border:2px solid #e5e7eb;border-top:none}.status-card h2,.import-card h2,.results-list-card h2{color:#333;margin-bottom:1.5rem;font-size:1.8rem;border-bottom:2px solid #667eea;padding-bottom:.5rem}.results-header,.import-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.results-header h2,.import-header h2{margin-bottom:0;border-bottom:none;padding-bottom:0}.import-link-button,.back-button{padding:.5rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;cursor:pointer;transition:transform .2s,box-shadow .2s;text-decoration:none;display:inline-block}.import-link-button:hover,.back-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea66}.back-button{background:#6b7280}.back-button:hover{background:#4b5563;box-shadow:0 10px 20px #6b728066}.import-button{width:100%;padding:1rem 2rem;font-size:1.1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:1rem}.import-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea66}.import-button:active:not(:disabled){transform:translateY(0)}.import-button:disabled{opacity:.6;cursor:not-allowed}.message{margin-top:1.5rem;padding:1rem;border-radius:8px;text-align:center;font-weight:500}.message.success{background:#d1fae5;color:#065f46;border:1px solid #10b981}.message.error{background:#fee2e2;color:#991b1b;border:1px solid #ef4444}.message.warning{background:#fef3c7;color:#92400e;border:1px solid #f59e0b}.message-text{font-weight:600;margin-bottom:.5rem}.import-stats{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.1);font-size:.9rem}.stats-row{display:flex;justify-content:space-between;padding:.25rem 0}.stat-label{font-weight:600;color:#000000b3}.stat-value{color:#000000e6}.errors-section{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.1)}.errors-header{font-weight:600;margin-bottom:.5rem}.errors-list{max-height:200px;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem}.error-item{display:flex;gap:.5rem;padding:.5rem;background:#0000000d;border-radius:4px;font-size:.85rem}.error-type{font-weight:600;color:#dc2626;flex-shrink:0}.error-message{color:#000c;word-break:break-word}.status-details{display:flex;flex-direction:column;gap:1rem}.status-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f5f5f5;border-radius:8px}.status-label{font-weight:600;color:#666}.status-value{font-weight:500;padding:.25rem .75rem;border-radius:4px}.status-value.success{background:#10b981;color:#fff}.status-value.error{background:#ef4444;color:#fff}.error{color:#ef4444;font-weight:500}.test-runs-list{display:flex;flex-direction:column;gap:1rem}.test-run-item{padding:1.5rem;background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s;display:flex;justify-content:space-between;align-items:center;gap:1rem}.test-run-item:hover{border-color:#667eea;background:#f3f4f6;transform:translateY(-2px);box-shadow:0 4px 12px #667eea33}.test-run-item.selected{border-color:#667eea;background:#eef2ff;box-shadow:0 4px 12px #667eea4d}.test-run-main{display:flex;justify-content:space-between;align-items:center;flex:1}.delete-test-run-button{background:transparent;border:none;font-size:1.2rem;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .2s;flex-shrink:0;opacity:.6}.delete-test-run-button:hover{background:#fee2e2;opacity:1;transform:scale(1.1)}.test-run-item:hover .delete-test-run-button{opacity:1}.test-run-environment{display:flex;align-items:center}.environment-badge{padding:.5rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:20px;font-weight:600;font-size:.9rem}.test-run-meta{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.test-run-date,.test-run-duration{color:#6b7280;font-size:.95rem;font-weight:500}.detail-item{display:flex;gap:.5rem;align-items:center}.detail-label{color:#6b7280;font-weight:500;font-size:.9rem}.detail-value{color:#111827;font-weight:500}.loading{text-align:center;padding:2rem;color:#6b7280;font-size:1.1rem}.empty-state{text-align:center;padding:3rem;color:#6b7280}.empty-state p{font-size:1.1rem;margin-bottom:1.5rem}.error-message{padding:1rem;background:#fee2e2;color:#991b1b;border:1px solid #ef4444;border-radius:8px;text-align:center;font-weight:500}.main-content-layout{display:grid;grid-template-columns:500px 1fr;gap:2rem;align-items:start}.summary-section{width:100%}.summary-section h3{color:#333;margin-bottom:1.5rem;font-size:1.5rem;border-bottom:2px solid #667eea;padding-bottom:.5rem}.summary-content-layout{display:grid;grid-template-columns:600px 1fr;gap:2rem;align-items:start}.summary-charts{display:flex;flex-direction:column;gap:1.5rem}.summary-chart-item{background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .2s}.summary-chart-item:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea33}.chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.chart-title{font-weight:600;color:#667eea;font-size:1rem;margin-bottom:1rem;text-align:center}.chart-environment{font-weight:600;color:#333;font-size:1rem}.chart-date{color:#6b7280;font-size:.85rem}.chart-container{margin:1rem 0}.chart-stats{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-top:1rem}.stat-badge{padding:.5rem 1rem;border-radius:8px;display:flex;gap:.5rem;align-items:center;font-size:.9rem}.stat-passed{background:#d1fae5;color:#065f46}.stat-failed{background:#fee2e2;color:#991b1b}.stat-total{background:#e0e7ff;color:#3730a3}.stat-scored{background:#dbeafe;color:#1e40af}.stat-missing{background:#f3f4f6;color:#374151}.stat-not-scored{background:#fee2e2;color:#991b1b}.stat-expected{background:#e0e7ff;color:#3730a3}.stat-label{font-weight:500}.stat-number{font-weight:700}.test-runs-section h3{color:#333;margin-bottom:1.5rem;font-size:1.5rem;border-bottom:2px solid #667eea;padding-bottom:.5rem}.test-tables-column{display:flex;flex-direction:column;gap:2rem}.test-file-stats-table-container{background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem}.test-file-stats-table-container h4{color:#333;margin-bottom:1rem;font-size:1.2rem;border-bottom:2px solid #667eea;padding-bottom:.5rem}.test-file-stats-table{width:100%;border-collapse:collapse;font-size:.9rem}.test-file-stats-table thead{background:#f3f4f6}.test-file-stats-table th{padding:.75rem;text-align:left;font-weight:600;color:#374151;border-bottom:2px solid #d1d5db}.test-file-stats-table td{padding:.75rem;border-bottom:1px solid #e5e7eb;color:#111827}.test-file-stats-table tbody tr:hover{background:#f9fafb}.test-file-stats-table .totals-row{background:#eef2ff;font-weight:600}.test-file-stats-table .totals-row td{border-top:2px solid #667eea;padding-top:1rem}.test-case-executions-table-container{background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;max-height:calc(100vh - 600px);overflow-y:auto}.test-case-executions-table-container h4{color:#333;margin-bottom:1rem;font-size:1.2rem;border-bottom:2px solid #667eea;padding-bottom:.5rem}.test-case-executions-table{width:100%;border-collapse:collapse;font-size:.9rem}.test-case-executions-table thead{background:#f3f4f6}.test-case-executions-table th{padding:.75rem;text-align:left;font-weight:600;color:#374151;border-bottom:2px solid #d1d5db}.test-case-executions-table td{padding:.75rem;border-bottom:1px solid #e5e7eb;color:#111827}.test-case-executions-table tbody tr:hover{background:#f9fafb}.link-button{display:inline-flex;align-items:center;justify-content:center;padding:.5rem;color:#667eea;text-decoration:none;border-radius:6px;transition:all .2s;cursor:pointer}.link-button:hover{background:#eef2ff;color:#4f46e5;transform:scale(1.1)}.link-button svg{display:block}.no-link{color:#9ca3af;font-style:italic}.test-point-results-table-container{background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;max-height:calc(100vh - 600px);overflow-y:auto}.test-point-results-table-container h4{color:#333;margin-bottom:1rem;font-size:1.2rem;border-bottom:2px solid #667eea;padding-bottom:.5rem}.empty-table-message{padding:2rem;text-align:center;color:#6b7280;font-style:italic}.test-point-results-table{width:100%;border-collapse:collapse;font-size:.9rem}.test-point-results-table thead{background:#f3f4f6}.test-point-results-table th{padding:.75rem;text-align:left;font-weight:600;color:#374151;border-bottom:2px solid #d1d5db}.test-point-results-table td{padding:.75rem;border-bottom:1px solid #e5e7eb;color:#111827}.test-point-results-table tbody tr:hover{background:#f9fafb}.success-badge{padding:.25rem .75rem;border-radius:12px;font-weight:600;font-size:.85rem}.success-badge.success{background:#d1fae5;color:#065f46}.success-badge.failed{background:#fee2e2;color:#991b1b}@media (max-width: 1024px){.main-content-layout{grid-template-columns:1fr}.summary-section{position:static}.summary-content-layout{grid-template-columns:1fr}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 20px 60px #0000004d;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;position:relative}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.modal-header h2{color:#333;margin:0;font-size:1.5rem}.modal-close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;padding:.25rem .5rem;border-radius:4px;transition:all .2s}.modal-close-button:hover{background:#f3f4f6;color:#111827}.modal-body{margin-bottom:1.5rem}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem;padding-top:1rem;border-top:2px solid #e5e7eb}.tab-navigation{display:flex;gap:0;background:#0000001a;padding:0 2rem;margin-top:-1px;flex-shrink:0}.tab{padding:1rem 2rem;color:#fff;text-decoration:none;font-weight:600;font-size:1.2rem;background:#9ca3af;border:2px solid #6b7280;border-bottom:none;border-radius:8px 8px 0 0;transition:all .2s;cursor:pointer;margin-right:.25rem;position:relative;z-index:1}.tab:hover{color:#fff;background:#6b7280}.tab.active{color:#111827;background:#fff;border-color:#e5e7eb;border-bottom-color:#fff;z-index:2;box-shadow:0 -2px 8px #0000000d}.tests-page-card{background:#fff;border-radius:0 16px 16px;padding:1.5rem;box-shadow:0 20px 60px #0000004d;min-width:400px;width:100%;border:2px solid #e5e7eb;border-top:none;color:#111827;display:flex;flex-direction:column}.tests-content-layout{display:grid;grid-template-columns:400px 1fr;gap:2rem;align-items:start}.tests-list-section h3,.test-results-section h3{color:#333;margin-bottom:1.5rem;font-size:1.5rem;border-bottom:2px solid #667eea;padding-bottom:.5rem}.list-sort-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding:.4rem .6rem;background:#fff;border-radius:10px;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d}.sort-group{display:flex;align-items:center;gap:.5rem;flex:1}.sort-select{padding:.4rem .5rem;font-size:.85rem;font-weight:600;border:none;background:transparent;color:#475569;cursor:pointer;outline:none;width:100%;transition:color .2s}.sort-select:hover{color:#667eea}.sort-direction-button{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;padding:.4rem;cursor:pointer;color:#64748b;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center}.sort-direction-button:hover{background:#eef2ff;border-color:#667eea;color:#667eea;transform:scale(1.05)}.sort-direction-button svg{transition:transform .3s ease}.sort-direction-button.desc svg{transform:rotate(180deg)}.tests-list-section{display:flex;flex-direction:column;position:sticky;top:2rem;height:calc(100vh - 4rem)}.tests-list{display:flex;flex-direction:column;gap:.75rem;flex:1;overflow-y:auto;padding-right:.5rem}.test-item{padding:1rem;background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s}.test-item:hover{border-color:#667eea;background:#f3f4f6;transform:translateY(-1px);box-shadow:0 2px 8px #667eea33}.test-item.selected{border-color:#667eea;background:#eef2ff;box-shadow:0 4px 12px #667eea4d}.test-name{font-weight:600;color:#111827;margin-bottom:.25rem;font-size:.95rem;flex:1}.test-item-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.25rem}.pass-percentage-badge{padding:.2rem .5rem;border-radius:4px;font-size:.75rem;font-weight:700;min-width:40px;text-align:center}.pass-percentage-badge.high{background:#d1fae5;color:#065f46}.pass-percentage-badge.medium{background:#fef3c7;color:#92400e}.pass-percentage-badge.low{background:#fee2e2;color:#991b1b}.test-runs-count{font-size:.75rem;color:#9ca3af;margin-top:.5rem}.test-file{font-size:.85rem;color:#6b7280}.test-results-section{width:100%;display:flex;flex-direction:column}.section-header-with-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;border-bottom:2px solid #667eea;padding-bottom:.5rem}.section-header-with-actions h3{margin-bottom:0!important;border-bottom:none!important;padding-bottom:0!important}.toggle-graph-button{padding:.5rem 1.25rem;font-size:.85rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:30px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:.6rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;text-transform:uppercase;letter-spacing:.025em}.toggle-graph-button:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #667eea66;filter:brightness(1.1)}.toggle-graph-button:active{transform:translateY(0)}.toggle-graph-button.collapsed{background:#64748b;box-shadow:0 4px 6px -1px #0000001a}.toggle-graph-button.collapsed:hover{background:#475569;box-shadow:0 10px 15px -3px #4755694d}.test-runs-table-container{margin-top:2rem;background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem}.test-runs-table-container.graph-hidden{margin-top:0}.test-runs-table-container h4{color:#111827;margin-bottom:1rem;font-size:1.2rem;border-bottom:2px solid #667eea;padding-bottom:.5rem}.test-runs-table{width:100%;border-collapse:collapse}.test-runs-table th{text-align:left;padding:.75rem;border-bottom:2px solid #e5e7eb;color:#1f2937;font-weight:600}.test-run-row{cursor:pointer;border-bottom:1px solid #e5e7eb;color:#374151}.test-run-row:hover{background:#f3f4f6}.test-run-row td{padding:.75rem}.expand-icon{display:inline-block;transition:transform .2s;font-size:.8rem;margin-right:.5rem}.expand-icon.expanded{transform:rotate(90deg)}.expanded-section{background:#fff;padding:1rem;border-bottom:1px solid #e5e7eb}.expanded-content{display:flex;flex-direction:column;gap:1.5rem}.detail-section h5{margin:0 0 .5rem;color:#4b5563;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.code-block{background:#f1f5f9;padding:.75rem;border-radius:6px;font-family:monospace;font-size:.85rem;white-space:pre-wrap;word-break:break-all;max-height:400px;overflow-y:auto;border:1px solid #e2e8f0;color:#1e293b}.expectations-list{display:flex;flex-direction:column;gap:.5rem}.expectation-item{display:flex;gap:.5rem;padding:.5rem;background:#f8fafc;border-radius:4px;border-left:4px solid #cbd5e1}.expectation-item.success{border-left-color:#10b981}.expectation-item.failed{border-left-color:#ef4444}.expectation-status{font-weight:700;font-size:.75rem;text-transform:uppercase;min-width:50px}.expectation-status.success{color:#10b981}.expectation-status.failed{color:#ef4444}.expectation-message{font-size:.85rem;color:#334155;line-height:1.4}.delta-summary{font-size:.9rem;color:#334155;margin-bottom:.5rem}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}
