.github-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0}.github-summary article,.github-panel{background:var(--panel,#fff);border:1px solid var(--border,#d8dee8);border-radius:16px;padding:16px}.github-summary strong{display:block;font-size:1.8rem}.github-toolbar{display:flex;gap:10px;align-items:center;justify-content:space-between;flex-wrap:wrap;margin:16px 0}.github-list{display:grid;gap:12px}.github-repo{background:var(--panel,#fff);border:1px solid var(--border,#d8dee8);border-radius:14px;padding:15px}.github-repo-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.github-repo h3{margin:0 0 5px}.github-repo-meta{display:flex;gap:7px;flex-wrap:wrap;margin-top:8px}.github-repo-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:13px}.github-empty{padding:28px;text-align:center;color:var(--muted,#64748b);border:1px dashed var(--border,#d8dee8);border-radius:14px}.github-tabs{display:flex;gap:8px}.github-tab.active{background:var(--accent,#1f4f3f);color:#fff}.github-note{margin:4px 0 0;color:var(--muted,#64748b);font-size:.9rem}@media(max-width:680px){.github-summary{grid-template-columns:1fr}.github-repo-head{display:block}.github-repo-actions>*{flex:1;text-align:center}}
