:root{font-family: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}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--bg-primary: #0d1117;--bg-secondary: #161b22;--bg-tertiary: #21262d;--text-primary: #f0f6fc;--text-secondary: #8b949e;--border-color: #30363d;--accent-green: #3fb950;--accent-red: #f85149;--accent-yellow: #d29922;--accent-blue: #58a6ff}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:var(--bg-primary);color:var(--text-primary);line-height:1.5}.app{min-height:100vh}.app.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.spinner{width:40px;height:40px;border:3px solid var(--border-color);border-top-color:var(--accent-blue);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:var(--bg-secondary);border-bottom:1px solid var(--border-color)}.header h1{font-size:1.5rem;font-weight:600}.header-right{display:flex;align-items:center;gap:1.5rem}.build-status{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:6px;font-weight:500}.build-status.succeeded{background:#3fb95026;color:var(--accent-green)}.build-status.failed{background:#f8514926;color:var(--accent-red)}.build-status.running{background:#d2992226;color:var(--accent-yellow)}.build-info{display:flex;flex-direction:column;align-items:flex-end;font-size:.875rem}.build-number{color:var(--text-primary);font-weight:500}.last-updated{color:var(--text-secondary)}.dashboard{padding:2rem;max-width:1400px;margin:0 auto}.overview{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.overview-item{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;flex:1;min-width:180px}.overview-icon{font-size:1.5rem}.overview-content{display:flex;flex-direction:column}.overview-value{font-size:1.25rem;font-weight:600}.overview-label{font-size:.875rem;color:var(--text-secondary)}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}.card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;padding:1.5rem}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-color)}.card-header h2{font-size:1.125rem;font-weight:600}.report-link{color:var(--accent-blue);text-decoration:none;font-size:.875rem}.report-link:hover{text-decoration:underline}.test-summary{margin-bottom:1rem}.test-stats{display:flex;gap:1.5rem;margin-bottom:.75rem}.stat{display:flex;flex-direction:column;align-items:center}.stat-value{font-size:1.5rem;font-weight:700}.stat.passed .stat-value{color:var(--accent-green)}.stat.failed .stat-value{color:var(--accent-red)}.stat.skipped .stat-value{color:var(--text-secondary)}.stat-label{font-size:.75rem;color:var(--text-secondary);text-transform:uppercase}.progress-bar{height:8px;background:var(--bg-tertiary);border-radius:4px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background:var(--accent-green);transition:width .3s ease}.duration{font-size:.875rem;color:var(--text-secondary)}.test-list{max-height:300px;overflow-y:auto}.test-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:4px}.test-item:hover{background:var(--bg-tertiary)}.test-item.failed{background:#f851491a}.test-name{flex:1;font-size:.875rem}.test-duration{font-size:.75rem;color:var(--text-secondary)}.test-item.more{color:var(--text-secondary);font-style:italic}.coverage-metrics{display:flex;flex-direction:column;gap:1rem}.coverage-metric{display:flex;flex-direction:column;gap:.25rem}.metric-header{display:flex;justify-content:space-between;font-size:.875rem}.metric-value{font-weight:600}.metric-value.good{color:var(--accent-green)}.metric-value.moderate{color:var(--accent-yellow)}.metric-value.low{color:var(--accent-red)}.coverage-bar{height:6px;background:var(--bg-tertiary);border-radius:3px;overflow:hidden}.coverage-fill{height:100%;transition:width .3s ease}.coverage-fill.good{background:var(--accent-green)}.coverage-fill.moderate{background:var(--accent-yellow)}.coverage-fill.low{background:var(--accent-red)}.metric-detail{font-size:.75rem;color:var(--text-secondary)}.a11y-badge{padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:500}.a11y-badge.passed{background:#3fb95026;color:var(--accent-green)}.a11y-badge.failed{background:#f8514926;color:var(--accent-red)}.a11y-success{text-align:center;padding:2rem}.success-icon{font-size:3rem}.a11y-note{color:var(--text-secondary);font-size:.875rem;margin-top:.5rem}.violation{padding:.75rem;background:var(--bg-tertiary);border-radius:6px;margin-bottom:.75rem}.violation-header{display:flex;gap:.5rem;margin-bottom:.5rem}.violation-impact{padding:.125rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;color:#fff}.violation-id{font-weight:500}.violation-description{font-size:.875rem;color:var(--text-secondary)}.violation-help{font-size:.75rem;color:var(--accent-blue)}.links-grid{display:flex;flex-direction:column;gap:.75rem}.link-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--bg-tertiary);border-radius:6px;text-decoration:none;color:var(--text-primary);transition:background .2s}.link-item:hover{background:var(--border-color)}.link-icon{font-size:1.25rem}.link-content{flex:1;display:flex;flex-direction:column}.link-label{font-weight:500}.link-description{font-size:.75rem;color:var(--text-secondary)}.link-arrow{color:var(--text-secondary)}.app.error-page{display:flex;align-items:center;justify-content:center;min-height:100vh}.error-content{text-align:center;padding:3rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;max-width:500px}.error-content h1{font-size:2rem;margin-bottom:1rem}.error-message{color:var(--accent-yellow);margin-bottom:.5rem}.error-hint{color:var(--text-secondary);font-size:.875rem}@media(max-width:768px){.header{flex-direction:column;gap:1rem;text-align:center}.header-right{flex-direction:column}.cards-grid{grid-template-columns:1fr}.overview{flex-direction:column}}
