.gh-lookup-term,.gh-note-ref,.gh-manuscript-ref,.gh-reference-ref{padding:0;color:inherit;background:0 0;border:0;border-bottom:1px dotted var(--accent-fg);font:inherit;cursor:help;text-decoration:none}.gh-lookup-term:hover,.gh-note-ref:hover,.gh-manuscript-ref:hover,.gh-reference-ref:hover{color:var(--accent-fg);border-bottom-style:solid}.gh-note-ref{margin-inline:.12em;color:var(--accent-fg);font-family:var(--font-sans);font-size:.72em;font-weight:600;line-height:1;vertical-align:super}.gh-manuscript-ref,.gh-reference-ref{color:var(--accent-fg)}.gh-popup{position:fixed;top:var(--gh-popup-top,50%);right:auto;bottom:auto;left:var(--gh-popup-left,50%);width:min(420px,calc(100vw - 24px));max-width:none;max-height:min(560px,calc(100vh - 24px));padding:0;margin:0;overflow:hidden;color:var(--fg-default);background:var(--bg-overlay);border:1px solid var(--border-default);border-radius:var(--radius-large);box-shadow:var(--shadow-large)}.gh-popup::backdrop{background:rgb(1 4 9/24%)}.gh-popup-header{display:flex;min-height:48px;align-items:center;justify-content:space-between;gap:16px;padding:10px 12px 10px 16px;background:var(--bg-subtle);border-bottom:1px solid var(--border-muted)}.gh-popup-title{min-width:0;margin:0;overflow:hidden;font-family:var(--font-reading);font-size:18px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.gh-popup-close{display:inline-flex;width:30px;height:30px;flex:none;align-items:center;justify-content:center;padding:0;color:var(--fg-muted);background:var(--button-bg);border:1px solid var(--button-border);border-radius:var(--radius-small);cursor:pointer}.gh-popup-close:hover{color:var(--fg-default);background:var(--button-hover-bg)}.gh-popup-body{max-height:min(500px,calc(100vh - 84px));padding:16px;overflow-y:auto;overscroll-behavior:contain}.gh-popup-body a{color:var(--accent-fg);text-decoration:underline;word-break:break-all}.gh-popup-status{display:flex;min-height:72px;align-items:center;justify-content:center;gap:10px;margin:0;color:var(--fg-muted);text-align:center}.gh-popup-fallback{display:block;width:fit-content;margin:-6px auto 8px;font-size:13px}.gh-popup-spinner{width:16px;height:16px;border:2px solid var(--border-default);border-top-color:var(--accent-emphasis);border-radius:50%;animation:gh-popup-spin 700ms linear infinite}@keyframes gh-popup-spin{to{transform:rotate(1turn)}}.gh-popup-fields{display:grid;gap:8px;margin:0}.gh-popup-field{display:grid;grid-template-columns:minmax(64px,.28fr)minmax(0,1fr);gap:12px}.gh-popup-field dt{color:var(--fg-muted);font-size:12px;font-weight:600}.gh-popup-field dd{min-width:0;margin:0;overflow-wrap:anywhere}.gh-popup-description,.gh-popup-note-body,.gh-popup-source{margin:14px 0 0;white-space:pre-wrap;overflow-wrap:anywhere}.gh-popup-description,.gh-popup-note-body{line-height:1.7}.gh-popup-variants{margin-top:16px;padding-top:14px;border-top:1px solid var(--border-muted)}.gh-popup-section-title{margin:0 0 10px;font-family:var(--font-sans);font-size:13px;font-weight:600}.gh-popup-variant-list{display:grid;gap:8px;padding:0;margin:0;list-style:none}.gh-popup-variant{padding:9px 10px;background:var(--bg-subtle);border:1px solid var(--border-muted);border-radius:var(--radius-small)}.gh-popup-variant-heading{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px}.gh-popup-variant-form{font-family:var(--font-reading);font-weight:600;overflow-wrap:anywhere}.gh-popup-variant-type{padding:1px 6px;color:var(--fg-muted);background:var(--bg-default);border:1px solid var(--border-default);border-radius:999px;font-family:var(--font-sans);font-size:11px}.gh-popup-variant-note,.gh-popup-variant-source{margin:5px 0 0;overflow-wrap:anywhere}.gh-popup-variant-note{font-size:13px;line-height:1.55}.gh-popup-variant-source{color:var(--fg-muted);font-size:11px}.gh-popup-source{padding-top:12px;color:var(--fg-muted);border-top:1px solid var(--border-muted);font-size:12px}.gh-popup-reference-entry{padding:10px 12px;margin-bottom:12px;background:var(--bg-subtle);border-left:3px solid var(--accent-emphasis);border-radius:var(--radius-small);font-size:13px;line-height:1.6}.gh-popup-links{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 0}.gh-popup-link-button{display:inline-flex;align-items:center;padding:6px 12px;color:var(--accent-fg);background:var(--button-bg);border:1px solid var(--button-border);border-radius:var(--radius-small);font-size:12px;font-weight:500;text-decoration:none!important}.gh-popup-link-button:hover{background:var(--button-hover-bg);border-color:var(--accent-fg)}@media(max-width:640px){.gh-popup{top:auto;right:0;bottom:0;left:0;width:100%;max-height:min(72vh,620px);border-right:0;border-bottom:0;border-left:0;border-radius:var(--radius-large)var(--radius-large)0 0}.gh-popup-body{max-height:calc(min(72vh,620px) - 49px);padding:16px 20px max(20px,env(safe-area-inset-bottom))}}@media(prefers-reduced-motion:reduce){.gh-popup-spinner{animation:none}}@media(forced-colors:active){.gh-lookup-term,.gh-note-ref,.gh-popup{border-color:CanvasText}}