body { max-width: 1200px; margin: 0 auto; padding: 20px; }
th { cursor: pointer; }
th:hover { color: #58a6ff; }
tr:hover td { background: #161b22; }
.score-bar { display: inline-block; height: 14px; border-radius: 3px;
             background: linear-gradient(90deg, #238636, #58a6ff); vertical-align: middle; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
              gap: 12px; margin: 16px 0; }
.stat-card { background: #161b22; border: 1px solid #30363d; border-radius: 8px;
             padding: 12px; }
.stat-label { font-size: 0.75em; color: #8b949e; text-transform: uppercase;
              letter-spacing: 0.05em; }
.stat-value { font-size: 1.3em; font-weight: 600; margin-top: 4px; }
.stat-detail { font-size: 0.8em; color: #8b949e; margin-top: 2px; }
