.github-panel{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(0,2fr);gap:12px;margin-bottom:64px}.github-profile{display:grid;grid-template-columns:58px 1fr;gap:14px;align-items:center;padding:22px;border:1px solid #21262d;border-radius:11px;background:linear-gradient(145deg,rgba(88,166,255,.12),rgba(13,17,23,.94))}.github-avatar{width:58px;height:58px;border-radius:50%;border:2px solid #30363d;background:#161b22}.github-identity{min-width:0}.github-handle{color:#58a6ff;font:700 9px ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.08em}.github-identity h3{margin:3px 0 4px;font-size:20px}.github-identity p{margin:0;color:#7d8590;font-size:11px;line-height:1.45}.github-stats{grid-column:1/-1;display:flex;gap:8px;flex-wrap:wrap}.github-stats span{padding:4px 7px;border:1px solid #30363d;border-radius:20px;color:#7d8590;font:9px ui-monospace,SFMono-Regular,Menlo,monospace}.github-link{grid-column:1/-1;display:block;text-align:center;padding:8px 11px;border:1px solid #58a6ff;border-radius:7px;background:#1f6feb;color:#fff;text-decoration:none;font:10px ui-monospace,SFMono-Regular,Menlo,monospace}.github-link:hover{background:#388bfd}.github-repos{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.github-repo{display:flex;min-width:0;min-height:190px;flex-direction:column;padding:18px;border:1px solid #21262d;border-radius:10px;background:rgba(13,17,23,.88);text-decoration:none;transition:transform .15s,border-color .15s,background .15s}.github-repo:hover{transform:translateY(-2px);border-color:#58a6ff;background:rgba(31,111,235,.11)}.github-repo strong{color:#e6edf3;font-size:13px;overflow-wrap:anywhere}.github-repo p{margin:10px 0;color:#7d8590;font-size:11px;line-height:1.5}.github-repo-meta{display:flex;gap:6px;flex-wrap:wrap;margin-top:auto}.github-repo-meta span{color:#697380;font:8px ui-monospace,SFMono-Regular,Menlo,monospace}.github-panel>.loading{grid-column:1/-1;border:1px solid #21262d;border-radius:10px;background:#0d1117}@media(max-width:900px){.github-panel{grid-template-columns:1fr}.github-repos{grid-template-columns:repeat(3,1fr)}}@media(max-width:650px){.github-repos{grid-template-columns:1fr}.github-repo{min-height:150px}}
