:root{--shell-page-bg:linear-gradient(180deg, #fff 0%, #f6f8fa 28%, #fff 100%);--shell-topbar-bg:#24292f;--shell-topbar-border:#57606a;--shell-topbar-fg:#fff;--shell-topbar-muted:#c9d1d9;--shell-search-bg:#ffffff14;--shell-search-border:#f0f6fc29;--shell-search-fg:#c9d1d9;--shell-control-bg:#ffffff14;--shell-control-border:#f0f6fc29;--shell-control-fg:#c9d1d9;--shell-control-hover-bg:#ffffff29;--shell-control-hover-fg:#fff;--shell-menu-bg:var(--panel);--shell-menu-border:var(--border);--shell-menu-shadow:#8c959f33;--shell-avatar-bg:#f6f8fa;--shell-avatar-fg:#24292f;--shell-footer-fg:#57606a;--shell-footer-border:#d8dee4;--shell-icon-size-xs:12px;--shell-icon-size-sm:14px;--shell-icon-size-md:16px;--shell-icon-size-theme:15px}:root[data-color-mode=dark]{--shell-page-bg:linear-gradient(180deg, #010409 0%, #0d1117 32%, #010409 100%);--shell-topbar-bg:#010409;--shell-topbar-border:#30363d;--shell-topbar-fg:#f0f6fc;--shell-topbar-muted:#8b949e;--shell-search-bg:#0d1117;--shell-search-border:#30363d;--shell-search-fg:#8b949e;--shell-control-bg:#21262d;--shell-control-border:#30363d;--shell-control-fg:#c9d1d9;--shell-control-hover-bg:#30363d;--shell-control-hover-fg:#fff;--shell-menu-bg:#161b22;--shell-menu-border:#30363d;--shell-menu-shadow:#00000073;--shell-avatar-bg:#21262d;--shell-avatar-fg:#f0f6fc;--shell-footer-fg:#8b949e;--shell-footer-border:#21262d}@media (prefers-color-scheme:dark){:root:not([data-color-mode]){--shell-page-bg:linear-gradient(180deg, #010409 0%, #0d1117 32%, #010409 100%);--shell-topbar-bg:#010409;--shell-topbar-border:#30363d;--shell-topbar-fg:#f0f6fc;--shell-topbar-muted:#8b949e;--shell-search-bg:#0d1117;--shell-search-border:#30363d;--shell-search-fg:#8b949e;--shell-control-bg:#21262d;--shell-control-border:#30363d;--shell-control-fg:#c9d1d9;--shell-control-hover-bg:#30363d;--shell-control-hover-fg:#fff;--shell-menu-bg:#161b22;--shell-menu-border:#30363d;--shell-menu-shadow:#00000073;--shell-avatar-bg:#21262d;--shell-avatar-fg:#f0f6fc;--shell-footer-fg:#8b949e;--shell-footer-border:#21262d}}.ghShell{background:var(--shell-page-bg);flex-direction:column;min-height:100vh;display:flex}.ghIcon{vertical-align:text-bottom;flex:none;display:inline-block}.ghIconXs{width:var(--shell-icon-size-xs);height:var(--shell-icon-size-xs)}.ghIconSm{width:var(--shell-icon-size-sm);height:var(--shell-icon-size-sm)}.ghIconMd{width:var(--shell-icon-size-md);height:var(--shell-icon-size-md)}.ghIconTheme{width:var(--shell-icon-size-theme);height:var(--shell-icon-size-theme)}.ghTopbar{z-index:20;border-bottom:1px solid var(--shell-topbar-border);background:var(--shell-topbar-bg);position:sticky;top:0}.ghTopbarInner{width:100%;min-height:62px;color:var(--shell-topbar-fg);grid-template-columns:minmax(0,1.25fr) minmax(240px,.95fr) auto;align-items:center;gap:.9rem;padding:.72rem 1rem;display:grid}.ghTopbarStart{align-items:center;gap:1rem;min-width:0;display:flex}.ghBrandWrap{color:var(--shell-topbar-fg);align-items:center;gap:.5rem;text-decoration:none;display:inline-flex}.ghBrandWrap:hover{color:#fff;text-decoration:none}.ghBrandMark{width:28px;height:28px;color:var(--shell-topbar-fg);justify-content:center;align-items:center;display:inline-flex}.ghBrandLabel{letter-spacing:-.01em;font-size:.95rem;font-weight:600}.ghTopbarNav{align-items:center;gap:.35rem;min-width:0;display:flex;overflow-x:auto}.ghNavLink{color:var(--shell-topbar-muted);white-space:nowrap;border-radius:6px;padding:.35rem .5rem;font-size:.85rem;font-weight:600}.ghNavLink:hover{background:var(--shell-control-hover-bg);color:var(--shell-control-hover-fg);text-decoration:none}.ghSearchWrap{border:1px solid var(--shell-search-border);background:var(--shell-search-bg);width:100%;height:32px;color:var(--shell-search-fg);border-radius:6px;align-items:center;gap:.45rem;padding:0 .55rem;display:inline-flex;position:relative;box-shadow:inset 0 1px #f0f6fc05}.ghSearchWrap input{color:var(--shell-search-fg);background:0 0;border:none;flex:auto;min-width:0;padding:0;font-size:.86rem}.ghSearchWrap input::placeholder{color:inherit}.ghSearchWrap input:focus{outline:none}.ghSearchShortcut{border:1px solid color-mix(in srgb, var(--shell-search-border) 86%, transparent);border-radius:4px;justify-content:center;align-items:center;min-width:18px;height:18px;font-size:.72rem;font-weight:700;display:inline-flex}.ghSearchSuggestions{z-index:35;border:1px solid var(--shell-menu-border);background:var(--shell-menu-bg);border-radius:10px;gap:0;padding:.35rem;display:grid;position:absolute;top:calc(100% + .4rem);left:0;right:0;box-shadow:0 16px 40px #0f172a47}.ghSearchSuggestions[hidden]{display:none!important}.ghSearchSuggestion{width:100%;color:var(--shell-topbar-fg);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;gap:.15rem;padding:.58rem .65rem;display:grid}.ghSearchSuggestion:hover,.ghSearchSuggestion.active{background:var(--shell-control-hover-bg)}.ghSearchSuggestionPrimary{align-items:center;gap:.38rem;font-size:.84rem;font-weight:600;line-height:1.3;display:inline-flex}.ghSearchSuggestionBadge{color:#c9e6ff;letter-spacing:.02em;text-transform:uppercase;background:#388bfd2e;border-radius:999px;align-items:center;min-height:18px;padding:0 .38rem;font-size:.64rem;font-weight:700;display:inline-flex}.ghSearchSuggestionSecondary{color:var(--shell-topbar-muted);font-size:.74rem;line-height:1.35}.ghTopbarActions{white-space:nowrap;align-items:center;gap:.5rem;display:inline-flex}.ghThemeToggle{border:1px solid var(--shell-control-border);background:var(--shell-control-bg);height:32px;color:var(--shell-control-fg);box-shadow:var(--shadow-resting);border-radius:6px;align-items:center;gap:.42rem;padding:0 .65rem;font-size:.8rem;font-weight:600;display:inline-flex}.ghThemeToggle:hover{background:var(--shell-control-hover-bg);color:var(--shell-control-hover-fg)}.ghThemeToggle[aria-pressed=true]{border-color:var(--border-strong)}.ghThemeIcon{justify-content:center;align-items:center;display:inline-flex}.ghThemeLabel{text-align:left;min-width:2.85rem;line-height:1}.ghTopbarMenu{position:relative}.ghTopbarMenu>summary{border:1px solid var(--shell-control-border);background:var(--shell-control-bg);width:32px;height:32px;color:var(--shell-control-fg);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;list-style:none;display:inline-flex;box-shadow:inset 0 1px #f0f6fc08}.ghTopbarMenu>summary::-webkit-details-marker{display:none}.ghTopbarMenu>summary:hover{border-color:var(--shell-control-border);background:var(--shell-control-hover-bg);color:var(--shell-control-hover-fg)}.ghMenuSummaryWide{gap:.15rem;padding:0 .35rem;width:auto!important}.ghTopbarMenuPanel{z-index:35;border:1px solid var(--shell-menu-border);background:var(--shell-menu-bg);min-width:220px;box-shadow:0 18px 36px var(--shell-menu-shadow);border-radius:10px;padding:.35rem 0;position:absolute;top:calc(100% + .35rem);right:0;overflow:hidden}.ghTopbarMenuPanel a,.ghTopbarMenuActionButton{border:none;border-top:1px solid color-mix(in srgb, var(--shell-menu-border) 55%, transparent);width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;align-items:center;padding:.58rem .8rem;font-family:inherit;font-size:.84rem;display:flex}.ghTopbarMenuPanel a:hover,.ghTopbarMenuActionButton:hover{background:var(--panel-muted);color:var(--text);text-decoration:none}.ghTopbarMenuPanel>a:first-child,.ghTopbarMenuPanel>.ghTopbarMenuActionForm:first-child>.ghTopbarMenuActionButton,.ghUserMenuPanel>a:nth-child(2),.ghUserMenuPanel>.ghTopbarMenuActionForm:nth-child(2)>.ghTopbarMenuActionButton{border-top:none}.ghTopbarMenuActionForm{margin:0}.ghUserMenuIdentity{border-bottom:1px solid color-mix(in srgb, var(--shell-menu-border) 65%, transparent);padding:.55rem .8rem .45rem}.ghUserMenuIdentityHeading{color:var(--text);margin:0;font-size:.82rem;line-height:1.4}.ghUserMenuIdentityTenant{color:var(--muted);margin:.12rem 0 0;font-size:.74rem;line-height:1.3}.ghTopbarIconAction{border:1px solid var(--shell-control-border);background:var(--shell-control-bg);width:32px;height:32px;color:var(--shell-control-fg);border-radius:6px;justify-content:center;align-items:center;display:inline-flex;box-shadow:inset 0 1px #f0f6fc08}.ghTopbarIconAction:hover{background:var(--shell-control-hover-bg);color:var(--shell-control-hover-fg);text-decoration:none}.ghUserMenuSummary{gap:.24rem;padding:0 .28rem;width:auto!important}.ghUserAvatar{background:var(--shell-avatar-bg);width:22px;height:22px;color:var(--shell-avatar-fg);border-radius:50%;justify-content:center;align-items:center;font-size:.72rem;font-weight:700;display:inline-flex}.ghUserMenuPanel{min-width:180px}.ghMain{flex:1 0 auto;max-width:1280px;margin:0 auto;padding:1rem 1rem 2.2rem}.ghMainWide{width:100%;max-width:none;margin:0;padding-left:1.25rem;padding-right:1.25rem}.ghFooter{border-top:1px solid var(--shell-footer-border);color:var(--shell-footer-fg);background:0 0;margin-top:0}.ghFooterInner{justify-content:space-between;align-items:center;gap:1rem;max-width:1280px;margin:0 auto;padding:1rem 1.25rem 1.5rem;display:flex}.ghFooterBrand{align-items:center;gap:.45rem;font-size:.84rem;display:inline-flex}.ghFooterLogo{align-items:center;display:inline-flex}.ghFooterNav{flex-wrap:wrap;gap:.8rem;display:flex}.ghFooterNav a{color:var(--shell-footer-fg);font-size:.84rem}@media (width<=960px){.ghTopbarInner{grid-template-columns:1fr;align-items:stretch}.ghTopbarStart{justify-content:space-between}.ghTopbarNav{flex-wrap:wrap}}@media (width<=720px){.ghTopbarStart{flex-direction:column;align-items:flex-start}.ghTopbarActions{flex-wrap:wrap}.ghFooterInner{flex-direction:column;align-items:flex-start}}