:root{--bg: #1a1816;--surface: #222020;--border: #2e2b28;--text: #d8d3cb;--text-2: #a09890;--text-3: #635d57;--orange: #e07a3a;--orange-dim: rgba(224, 122, 58, .08);--radius: 6px;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;overflow:hidden}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-variant-numeric:tabular-nums}.dashboard{display:flex;flex-direction:column;height:100vh;padding:10px 12px;gap:8px}.summary-header{display:flex;align-items:center;justify-content:space-between;padding:8px 14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-shrink:0}.summary-left{display:flex;align-items:baseline;gap:10px}.repo-name{font-size:14px;font-weight:600;letter-spacing:-.01em}.header-meta{font-size:11px;color:var(--text-3)}.summary-kpis{display:flex;gap:18px}.kpi{display:flex;align-items:baseline;gap:4px}.kpi-value{font-size:13px;font-weight:600;color:var(--orange)}.kpi-label{font-size:10px;color:var(--text-3)}.dashboard-body{display:flex;gap:8px;flex:1;min-height:0}.engineer-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;flex:1 1 100%;min-height:0;min-width:0;align-items:start;align-content:start;transition:flex-basis .3s cubic-bezier(.4,0,.2,1)}.dashboard--focus .engineer-grid{flex:0 0 42%;grid-template-columns:1fr;overflow-y:auto;gap:6px}.dashboard--focus .engineer-grid::-webkit-scrollbar{width:3px}.dashboard--focus .engineer-grid::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.engineer-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:10px 10px 8px;display:flex;flex-direction:column;gap:5px;overflow:hidden;cursor:pointer;transition:border-color .2s ease,opacity .3s ease}.engineer-card:hover{border-color:#3a3835}.engineer-card[data-rank="1"]{border-color:#e07a3a66}.engineer-card[data-rank="1"]:hover{border-color:#e07a3a99}.engineer-card--selected{border-color:var(--orange)!important}.dashboard--focus .engineer-card:not(.engineer-card--selected){opacity:.5}.dashboard--focus .engineer-card:not(.engineer-card--selected):hover{opacity:.8}.dashboard--focus .engineer-card .profile-chart,.dashboard--focus .engineer-card .reasons,.dashboard--focus .engineer-card .prs{display:none}.card-identity{display:flex;align-items:center;gap:7px}.rank-num{font-size:11px;font-weight:600;color:var(--text-3);min-width:10px;text-align:right}.engineer-card[data-rank="1"] .rank-num{color:var(--orange)}.avatar{width:26px;height:26px;border-radius:50%;flex-shrink:0;object-fit:cover}.card-name-score{flex:1;min-width:0;display:flex;align-items:baseline;justify-content:space-between;gap:6px}.engineer-name{font-size:12px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.impact-score{font-size:16px;font-weight:700;color:var(--orange);letter-spacing:-.02em;flex-shrink:0}.profile-chart{flex-shrink:0}.stats-row{display:flex;background:var(--bg);border-radius:4px;overflow:hidden}.stat{flex:1;text-align:center;padding:3px 0}.stat+.stat{border-left:1px solid var(--border)}.stat-val{display:block;font-size:12px;font-weight:600;line-height:1.25}.stat-lbl{display:block;font-size:8px;color:var(--text-3);line-height:1.25}.stats-line{font-size:10px;color:var(--text-3)}.reasons{list-style:none;display:flex;flex-direction:column;gap:4px;padding:6px 0 2px;border-top:1px solid var(--border)}.reason{font-size:11px;color:var(--text-2);line-height:1.4;padding-left:8px;border-left:2px solid var(--border)}.prs{display:flex;flex-direction:column;gap:6px;padding-top:4px;border-top:1px solid var(--border)}.pr-block{display:flex;flex-direction:column;gap:2px}.pr-title-row{display:flex;align-items:flex-start;gap:4px}.pr-dot{width:4px;height:4px;border-radius:50%;background:var(--orange);flex-shrink:0;margin-top:4px}.pr-link{font-size:10.5px;color:var(--orange);text-decoration:none;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.pr-link:hover{text-decoration:underline}.pr-meta-line{font-size:9px;color:var(--text-3);padding-left:8px}.area-pills{display:flex;flex-wrap:wrap;gap:3px;padding-left:8px}.area-pill{font-size:9px;color:var(--text-2);background:#e07a3a0f;border:1px solid rgba(224,122,58,.15);border-radius:3px;padding:1px 5px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.area-pill-more{color:var(--text-3);background:transparent;border-style:dashed;border-color:var(--border)}.focus-panel{flex:0 0 0%;width:0;opacity:0;transform:translate(16px);background:var(--surface);border:1px solid transparent;border-radius:var(--radius);position:relative;overflow:hidden;display:flex;flex-direction:column;pointer-events:none;transition:flex-basis .3s cubic-bezier(.4,0,.2,1),width .3s cubic-bezier(.4,0,.2,1),opacity .25s ease .05s,transform .3s cubic-bezier(.4,0,.2,1),border-color .3s ease}.focus-panel--open{flex:0 0 58%;width:auto;opacity:1;transform:translate(0);border-color:var(--border);pointer-events:auto}.focus-close{position:absolute;top:8px;right:10px;background:none;border:none;color:var(--text-3);font-size:14px;cursor:pointer;padding:2px 6px;border-radius:4px;line-height:1;z-index:1;transition:color .1s}.focus-close:hover{color:var(--text)}.focus-body{display:flex;flex:1;min-height:0;overflow-y:auto}.focus-body::-webkit-scrollbar{width:3px}.focus-body::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.focus-left{flex:0 0 42%;padding:16px;display:flex;flex-direction:column;gap:12px;border-right:1px solid var(--border)}.focus-identity{display:flex;align-items:center;gap:10px}.focus-rank{font-size:13px;font-weight:600;color:var(--text-3)}.focus-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover}.focus-name{font-size:16px;font-weight:600;letter-spacing:-.01em}.focus-score{font-size:28px;font-weight:800;color:var(--orange);letter-spacing:-.03em;line-height:1.1}.focus-radar{flex-shrink:0}.focus-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.focus-stat{text-align:center;padding:6px 2px;background:var(--bg);border-radius:4px}.focus-stat-val{display:block;font-size:16px;font-weight:700;line-height:1.2}.focus-stat-lbl{display:block;font-size:9px;color:var(--text-3)}.focus-breakdown{display:flex;flex-direction:column;gap:5px}.focus-section-title{font-size:10px;font-weight:600;color:var(--text-3);text-transform:uppercase;letter-spacing:.05em}.focus-bar-row{display:flex;align-items:center;gap:6px}.focus-bar-label{font-size:10px;color:var(--text-2);width:56px;flex-shrink:0}.focus-bar-track{flex:1;height:6px;background:var(--bg);border-radius:3px;overflow:hidden}.focus-bar-fill{height:100%;background:var(--orange);border-radius:3px;transition:width .3s ease}.focus-bar-value{font-size:10px;font-weight:600;color:var(--text-2);width:28px;text-align:right;flex-shrink:0}.focus-right{flex:1;padding:16px;display:flex;flex-direction:column;gap:14px;min-width:0;overflow-y:auto}.focus-right::-webkit-scrollbar{width:3px}.focus-right::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.focus-reasons{display:flex;flex-direction:column;gap:6px}.focus-reason-list{list-style:none;display:flex;flex-direction:column;gap:6px}.focus-reason-list li{font-size:12px;color:var(--text-2);line-height:1.5;padding-left:10px;border-left:2px solid var(--orange)}.focus-prs{display:flex;flex-direction:column;gap:8px}.focus-pr-list{display:flex;flex-direction:column;gap:10px}.focus-pr{display:flex;flex-direction:column;gap:4px;padding:8px 10px;background:var(--bg);border-radius:4px;border:1px solid var(--border)}.focus-pr-header{display:flex;align-items:flex-start;gap:5px}.focus-pr-dot{width:5px;height:5px;border-radius:50%;background:var(--orange);flex-shrink:0;margin-top:4px}.focus-pr-link{font-size:12px;color:var(--orange);text-decoration:none;line-height:1.35;word-break:break-word}.focus-pr-link:hover{text-decoration:underline}.focus-pr-why{font-size:11px;color:var(--text-2);line-height:1.45}.focus-pr-meta{font-size:9.5px;color:var(--text-3)}.focus-pr .area-pills{padding-left:0}.methodology-footer{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:7px 14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-shrink:0}.methodology-def{font-size:10px;color:var(--text-3);line-height:1.5;max-width:44%;align-self:center}.impact-formula-panel{flex:0 0 auto;max-width:48%;text-align:right;padding:5px 10px;background:var(--bg);border:1px solid var(--border);border-radius:4px}.impact-formula-title{font-size:9px;font-weight:600;color:var(--text-2);text-transform:uppercase;letter-spacing:.06em;margin-bottom:3px}.impact-formula-line{font-size:9.5px;color:var(--text-3);line-height:1.35;margin-bottom:3px}.impact-formula-code{display:block;font-size:10px;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;color:var(--orange);line-height:1.4;word-break:break-word}.impact-formula-note{font-size:9px;color:var(--text-3);line-height:1.35;margin-top:4px}.state-screen{display:flex;align-items:center;justify-content:center;height:100vh;color:var(--text-2)}.state-screen.error{color:#c44}@media(max-width:1200px){.engineer-grid{grid-template-columns:repeat(3,1fr);overflow-y:auto}.dashboard--focus .engineer-grid{grid-template-columns:1fr}}@media(max-width:768px){.engineer-grid{grid-template-columns:repeat(2,1fr);overflow-y:auto}.summary-header{flex-direction:column;gap:6px}.methodology-footer{flex-direction:column}.methodology-def,.impact-formula-panel{max-width:none}.impact-formula-panel{text-align:left}.dashboard--focus .engineer-grid{flex:0 0 35%}.focus-body{flex-direction:column}.focus-left{flex:none;border-right:none;border-bottom:1px solid var(--border)}}
