.gh,.gh-header,.gh-footer,.gh-article{--gh-side:40px;--gh-gutter:24px;--gh-section-y:96px;--gh-rule:1px solid var(--st-border-muted);--gh-rule-strong:1px solid var(--st-border-default);--gh-rule-dashed:1px dashed var(--st-border-muted)}@media (max-width:1439px){.gh,.gh-header,.gh-footer,.gh-article{--gh-side:32px}}@media (max-width:1099px){.gh,.gh-header,.gh-footer,.gh-article{--gh-side:24px;--gh-section-y:64px}}@media (max-width:819px){.gh,.gh-header,.gh-footer,.gh-article{--gh-side:16px;--gh-gutter:16px;--gh-section-y:48px}}.gh-container{width:100%;max-width:calc(1360px + 2 * var(--gh-side));padding-inline:var(--gh-side);margin-inline:auto}.gh ::-moz-selection{background:var(--st-copper);color:var(--st-on-ember)}.gh-header ::-moz-selection{background:var(--st-copper);color:var(--st-on-ember)}.gh-footer ::-moz-selection{background:var(--st-copper);color:var(--st-on-ember)}.gh-article ::-moz-selection{background:var(--st-copper);color:var(--st-on-ember)}.gh ::selection,.gh-header ::selection,.gh-footer ::selection,.gh-article ::selection{background:var(--st-copper);color:var(--st-on-ember)}.gh-header input{caret-color:var(--st-copper)}.gh-mono{font-family:var(--st-font-mono);font-variant-numeric:tabular-nums;letter-spacing:0}.gh-engrave{font-family:var(--st-font-body);letter-spacing:.18em;text-transform:uppercase;color:var(--st-text-muted);font-size:.8125rem;font-weight:500}.gh-link{color:var(--st-text-secondary);text-decoration:underline;-webkit-text-decoration-color:var(--st-copper-dim);text-decoration-color:var(--st-copper-dim);text-underline-offset:.2em;transition:color var(--st-motion-fast), text-decoration-color var(--st-motion-fast);text-decoration-thickness:1px}.gh-link:hover{color:var(--st-text-primary);-webkit-text-decoration-color:var(--st-copper);text-decoration-color:var(--st-copper)}.gh-link--lg{font-size:1rem;font-weight:500}.gh-icon{vertical-align:-.125em;flex:none}.gh a:focus-visible,.gh button:focus-visible,.gh-header a:focus-visible,.gh-header button:focus-visible,.gh-header summary:focus-visible,.gh-header input:focus-visible,.gh-footer a:focus-visible,.gh-article a:focus-visible{box-shadow:var(--st-focus);border-radius:var(--st-radius-sm);outline:none}body:has(.gh-header){padding-top:0}.gh-header{z-index:40;background:var(--st-background);border-bottom:var(--gh-rule);position:sticky;top:0}.gh-header__row{align-items:center;gap:var(--st-space-6);min-height:64px;display:flex}.gh-masthead{min-height:44px;color:var(--st-text-primary);flex-direction:column;justify-content:center;gap:2px;text-decoration:none;display:flex}.gh-masthead__name{font-family:var(--st-font-display);letter-spacing:.01em;font-size:1.375rem;line-height:1}.gh-masthead__byline{font-family:var(--st-font-body);letter-spacing:.04em;text-transform:uppercase;color:var(--st-text-muted);white-space:nowrap;font-size:.6875rem;font-weight:500}.gh-nav{align-items:center;gap:var(--st-space-5);margin-left:var(--st-space-4);display:flex}.gh-nav a{min-height:44px;font-family:var(--st-font-body);color:var(--st-text-secondary);transition:color var(--st-motion-fast);align-items:center;font-size:.9375rem;font-weight:500;text-decoration:none;display:inline-flex;position:relative}.gh-nav a:after{content:"";background:var(--st-copper);opacity:0;transform-origin:0;height:2px;transition:opacity var(--st-motion-fast), transform var(--st-motion-fast);position:absolute;bottom:8px;left:0;right:0;transform:scaleX(.6)}.gh-nav a:hover,.gh-nav a[aria-current=true]{color:var(--st-text-primary)}.gh-nav a:hover:after,.gh-nav a[aria-current=true]:after{opacity:1;transform:scaleX(1)}.gh-header__tools{align-items:center;gap:var(--st-space-2);margin-left:auto;display:flex}.gh-header__main{min-height:44px;padding-inline:var(--st-space-2);font-family:var(--st-font-mono);color:var(--st-text-muted);white-space:nowrap;transition:color var(--st-motion-fast);align-items:center;font-size:.8125rem;text-decoration:none;display:inline-flex}.gh-header__main:hover{color:var(--st-text-primary)}.gh-search{align-items:center;width:280px;display:flex;position:relative}.gh-search__input{width:100%;height:40px;padding:0 40px 0 var(--st-space-3);font-family:var(--st-font-body);color:var(--st-text-primary);background:var(--st-surface-1);border:1px solid var(--st-border-muted);border-radius:var(--st-radius);transition:border-color var(--st-motion-fast), background-color var(--st-motion-fast);appearance:none;font-size:.9375rem}.gh-search__input::placeholder{color:var(--st-text-muted);opacity:1}.gh-search__input:hover{border-color:var(--st-border-default)}.gh-search__input:focus{border-color:var(--st-border-active);background:var(--st-surface-2)}.gh-search__input::-webkit-search-cancel-button{appearance:none}.gh-search__kbd{min-width:20px;height:20px;font-family:var(--st-font-mono);color:var(--st-text-muted);background:var(--st-surface-2);border:1px solid var(--st-border-muted);border-radius:var(--st-radius-sm);pointer-events:none;justify-content:center;align-items:center;font-size:.75rem;display:inline-flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}@media (hover:none){.gh-search__kbd{display:none}}.gh-menu{display:none;position:relative}.gh-menu>summary{width:44px;height:44px;color:var(--st-text-secondary);border-radius:var(--st-radius-sm);cursor:pointer;justify-content:center;align-items:center;list-style:none;display:inline-flex}.gh-menu>summary::-webkit-details-marker{display:none}.gh-menu>summary:hover{color:var(--st-text-primary);background:var(--st-surface-2)}.gh-menu__panel{min-width:220px;padding:var(--st-space-2);background:var(--st-surface-2);border:1px solid var(--st-border-default);border-radius:var(--st-radius);box-shadow:var(--st-shadow-3);flex-direction:column;display:flex;position:absolute;top:calc(100% + 8px);right:0}.gh-menu__panel a{min-height:44px;padding-inline:var(--st-space-3);font-family:var(--st-font-body);color:var(--st-text-secondary);border-radius:var(--st-radius-sm);align-items:center;font-size:1rem;font-weight:500;text-decoration:none;display:flex}.gh-menu__panel a:hover{color:var(--st-text-primary);background:var(--st-surface-3)}.gh-masthead,.gh-header__tools{min-width:0}@media (max-width:1099px){.gh-search{width:220px}}@media (max-width:1023px){.gh-nav,.gh-header__main{display:none}.gh-menu{display:block}.gh-header__row{gap:var(--st-space-4)}}.gh-search__toggle{display:none}@media (max-width:559px){.gh-header__row{-moz-column-gap:var(--st-space-1);row-gap:0;column-gap:var(--st-space-1);flex-wrap:wrap;min-height:56px}.gh-masthead{margin-right:auto}.gh-masthead__name{font-size:1.25rem}.gh-masthead__byline{display:none}.gh-header__tools,.gh-search{display:contents}.gh-search__toggle{width:44px;height:44px;color:var(--st-text-secondary);border-radius:var(--st-radius-sm);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.gh-search__toggle:hover,.gh-search__toggle[aria-expanded=true]{color:var(--st-text-primary);background:var(--st-surface-2)}.gh-search__input{margin-bottom:var(--st-space-2);flex-basis:100%;order:3}.gh-search__kbd,.gh-search[data-js]:not([data-open]) .gh-search__input{display:none}}.gh-hero{background:linear-gradient(to bottom, var(--st-background-deep), var(--st-background));border-bottom:var(--gh-rule-strong)}.gh-hero__grid{-moz-column-gap:var(--gh-gutter);column-gap:var(--gh-gutter);row-gap:var(--st-space-7);padding-block:var(--gh-section-y);grid-template-columns:repeat(12,minmax(0,1fr));align-items:end;display:grid}.gh-hero__statement{grid-column:1/span 7}.gh-hero__ledger-wrap{grid-column:9/-1}.gh-eyebrow{font-family:var(--st-font-body);letter-spacing:.18em;text-transform:uppercase;color:var(--st-copper);font-size:.875rem;font-weight:500}.gh-hero__title{margin-top:var(--st-space-4);max-width:18ch;font-family:var(--st-font-display);letter-spacing:.01em;color:var(--st-text-primary);text-wrap:balance;font-size:4.5rem;font-weight:400;line-height:1.05}.gh-hero__lead{margin-top:var(--st-space-5);max-width:52ch;color:var(--st-text-secondary)}.gh-hero__actions{align-items:center;gap:var(--st-space-5);margin-top:var(--st-space-6);flex-wrap:wrap;display:flex}.gh-button{align-items:center;gap:var(--st-space-2);height:44px;font-family:var(--st-font-body);color:var(--st-on-ember);background:var(--st-copper-fill);border-radius:var(--st-radius);transition:background-color var(--st-motion-fast), transform var(--st-motion-fast);padding:0 20px;font-size:1rem;font-weight:500;text-decoration:none;display:inline-flex}.gh-button:hover{background:var(--st-copper-bright)}.gh-button:active{transform:translateY(1px)}.gh-button .gh-icon{transition:transform var(--st-motion-fast)}.gh-button:hover .gh-icon{transform:translate(3px)}.gh-ledger{padding:var(--st-space-5);background:var(--st-surface-1);border:1px solid var(--st-border-muted);border-radius:var(--st-radius);flex-direction:column;margin:0;display:flex}.gh-ledger>div{justify-content:space-between;align-items:baseline;gap:var(--st-space-4);padding-block:var(--st-space-3);border-top:var(--gh-rule-dashed);display:flex}.gh-ledger>div:first-child{border-top:0;padding-top:0}.gh-ledger>div:last-child{padding-bottom:0}.gh-ledger dt{font-family:var(--st-font-body);letter-spacing:.04em;text-transform:uppercase;color:var(--st-text-muted);font-size:.8125rem}.gh-ledger dd time{white-space:nowrap;font-size:1.125rem}@media (max-width:1023px){.gh-ledger dd time{font-size:1rem}}.gh-ledger dd{font-family:var(--st-font-mono);font-variant-numeric:tabular-nums;color:var(--st-text-primary);text-align:right;margin:0;font-size:1.5rem;line-height:1}@media (max-width:1099px){.gh-hero__ledger-wrap{grid-column:8/-1}}@media (max-width:1023px){.gh-hero__grid{row-gap:var(--st-space-6);grid-template-columns:repeat(8,minmax(0,1fr))}.gh-hero__statement,.gh-hero__ledger-wrap{grid-column:1/-1}.gh-hero__title{font-size:3.25rem;line-height:1.1}.gh-ledger{background:0 0;border:0;border-radius:0;flex-direction:row;padding:0}.gh-ledger>div{align-items:flex-start;gap:var(--st-space-2);padding:var(--st-space-4);border-top:0;border-left:var(--gh-rule-dashed);flex-direction:column;flex:1 1 0}.gh-ledger>div:first-child{border-left:0;padding-left:0}.gh-ledger dd{text-align:left}}@media (max-width:559px){.gh-hero__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.gh-hero__title{max-width:none;font-size:2.5rem}.gh-hero__lead{font-size:1.0625rem}.gh-ledger{grid-template-columns:1fr 1fr;gap:0;display:grid}.gh-ledger>div{padding:var(--st-space-3);border-left:0}.gh-ledger>div:nth-child(2n){border-left:var(--gh-rule-dashed)}.gh-ledger>div:nth-child(n+3){border-top:var(--gh-rule-dashed)}.gh-ledger>div:first-child{padding:var(--st-space-3)}.gh-ledger>div:nth-child(odd){padding-left:0}html:is([lang=ru],[lang=de],[lang=pl]) .gh-hero__title{font-size:2.125rem}}.gh-section{padding-block:var(--st-space-7)}.gh-section__label{align-items:baseline;gap:var(--st-space-3);margin-bottom:var(--st-space-5);color:var(--st-text-muted);font-size:.8125rem;display:flex}.gh-featured{padding-block:var(--st-space-8);border-bottom:var(--gh-rule-strong)}.gh-featured__grid{-moz-column-gap:var(--gh-gutter);column-gap:var(--gh-gutter);row-gap:var(--st-space-6);grid-template-columns:repeat(12,minmax(0,1fr));align-items:start;display:grid}.gh-featured__main{color:inherit;grid-column:1/span 7;text-decoration:none;display:block}.gh-featured__title{color:var(--st-text-primary);text-wrap:balance;transition:color var(--st-motion-fast)}.gh-featured__main:hover .gh-featured__title{color:var(--st-copper)}.gh-featured__summary{margin-top:var(--st-space-4);max-width:60ch;color:var(--st-text-secondary)}.gh-featured__meta{margin-top:var(--st-space-5);color:var(--st-text-muted);font-size:.8125rem}.gh-inside{padding:var(--st-space-5);background:var(--st-surface-2);border:1px solid var(--st-border-muted);border-radius:var(--st-radius);grid-column:8/-1}.gh-inside__label{margin-bottom:var(--st-space-2)}.gh-inside__list{margin:0;padding:0;list-style:none}.gh-inside__list li{border-top:var(--gh-rule-dashed)}.gh-inside__list li:first-child{border-top:0}.gh-inside__list a{min-height:44px;font-family:var(--st-font-body);color:var(--st-text-secondary);transition:color var(--st-motion-fast);align-items:center;font-size:1rem;text-decoration:none;display:flex}.gh-inside__list a:hover{color:var(--st-text-primary)}@media (max-width:1023px){.gh-featured__grid{grid-template-columns:repeat(8,minmax(0,1fr))}.gh-featured__main,.gh-inside{grid-column:1/-1}.gh-inside__list{-moz-columns:2;columns:2;-moz-column-gap:var(--gh-gutter);column-gap:var(--gh-gutter)}.gh-inside__list li{-moz-column-break-inside:avoid;break-inside:avoid}}@media (max-width:559px){.gh-featured__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.gh-featured__title{font-size:1.85rem}.gh-inside__list{-moz-columns:1;columns:1}}.gh-browse{padding-block:var(--st-space-7) var(--st-space-6);border-bottom:var(--gh-rule)}.gh-browse__row{align-items:center;gap:var(--st-space-3) var(--st-space-5);flex-wrap:wrap;display:flex}.gh-browse__label{margin-right:var(--st-space-2)}.gh-chipgroup{align-items:center;gap:var(--st-space-2);flex-wrap:wrap;display:flex}.gh-chipgroup+.gh-chipgroup{padding-left:var(--st-space-5);border-left:var(--gh-rule)}.gh-chipgroup__label{font-family:var(--st-font-body);color:var(--st-text-muted);margin-right:var(--st-space-1);font-size:.8125rem}.gh-chip{align-items:center;gap:var(--st-space-2);height:36px;padding:0 var(--st-space-3);font-family:var(--st-font-body);color:var(--st-text-primary);background:var(--st-surface-2);border:1px solid var(--st-border-muted);border-radius:var(--st-radius);transition:background-color var(--st-motion-fast), border-color var(--st-motion-fast), color var(--st-motion-fast);font-size:.875rem;font-weight:500;text-decoration:none;display:inline-flex;position:relative}.gh-chip:before{content:"";position:absolute;inset:-4px 0}.gh-chip:hover{background:var(--st-surface-3);border-color:var(--st-border-default)}.gh-chip__count{color:var(--st-text-muted);font-size:.75rem}.gh-chip[aria-current=true]{color:var(--st-on-ember);background:var(--st-copper-fill);border-color:var(--st-copper-fill)}.gh-chip[aria-current=true] .gh-chip__count{color:var(--st-on-ember);opacity:.75}@media (max-width:1023px){.gh-browse__row{align-items:stretch;gap:var(--st-space-3);flex-direction:column}.gh-chipgroup+.gh-chipgroup{padding-left:0;padding-top:var(--st-space-3);border-left:0;border-top:var(--gh-rule)}.gh-chipgroup__label{flex-basis:100%}}.gh-index{padding-block:var(--st-space-7) var(--st-space-8)}.gh-index__head{justify-content:space-between;align-items:baseline;gap:var(--st-space-4);padding-bottom:var(--st-space-4);border-bottom:var(--gh-rule-strong);display:flex}.gh-index__count{color:var(--st-text-muted);margin:0;font-size:.8125rem}.gh-index__month{z-index:1;padding-block:var(--st-space-3);background:var(--st-background);border-bottom:var(--gh-rule);font-size:.75rem;position:sticky;top:64px}.gh-index__empty{padding-block:var(--st-space-7);color:var(--st-text-secondary)}.gh-rows{margin:0;padding:0;list-style:none}.gh-row{border-bottom:var(--gh-rule-dashed);transition:border-color var(--st-motion-fast)}.gh-row:hover{border-bottom-color:var(--st-border-default)}.gh-row__link{-moz-column-gap:var(--gh-gutter);column-gap:var(--gh-gutter);padding-block:var(--st-space-5);color:inherit;grid-template-columns:repeat(12,minmax(0,1fr));align-items:start;text-decoration:none;display:grid}.gh-row__when{gap:var(--st-space-1);color:var(--st-text-muted);flex-direction:column;grid-column:1/span 2;padding-top:.35em;font-size:.8125rem;display:flex}.gh-row__kind{font-size:.6875rem}.gh-row__body{grid-column:3/span 6;min-width:0}.gh-row__title{color:var(--st-text-primary);text-wrap:balance;transition:color var(--st-motion-fast)}.gh-row__link:hover .gh-row__title{color:var(--st-copper)}.gh-row__summary{margin-top:var(--st-space-2);color:var(--st-text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.gh-row__meta{align-items:flex-end;gap:var(--st-space-1);color:var(--st-text-muted);text-align:right;flex-direction:column;grid-column:9/span 3;padding-top:.35em;font-size:.8125rem;display:flex}.gh-row__langs{gap:var(--st-space-2);display:inline-flex}.gh-row__langs .is-current{color:var(--st-text-primary)}.gh-row__arrow{color:var(--st-text-muted);transition:color var(--st-motion-fast), transform var(--st-motion-fast);grid-column:12;justify-self:end;padding-top:.5em}.gh-row__link:hover .gh-row__arrow{color:var(--st-copper);transform:translate(4px)}@media (max-width:1023px){.gh-row__link{row-gap:var(--st-space-2);grid-template-columns:minmax(0,1fr) auto}.gh-row__when{align-items:baseline;gap:var(--st-space-3);flex-direction:row;grid-column:1;padding-top:0}.gh-row__body{grid-column:1}.gh-row__meta{justify-content:flex-start;align-items:baseline;gap:var(--st-space-3);text-align:left;flex-flow:wrap;grid-column:1;padding-top:0}.gh-row__arrow{grid-area:1/2/span 3;align-self:center;padding-top:0}}@media (max-width:559px){.gh-row__title{font-size:1.375rem;line-height:1.25}.gh-row__arrow{display:none}.gh-row__link{grid-template-columns:minmax(0,1fr)}.gh-index__month{top:56px}}.gh-method{background:var(--st-surface-1);border-top:var(--gh-rule-strong);border-bottom:var(--gh-rule-strong)}.gh-method__grid{-moz-column-gap:var(--gh-gutter);column-gap:var(--gh-gutter);row-gap:var(--st-space-6);padding-block:var(--st-space-8);grid-template-columns:repeat(12,minmax(0,1fr));display:grid}.gh-method__heading{text-wrap:balance;grid-column:1/span 4}.gh-method__items{gap:var(--gh-gutter);grid-column:5/-1;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;display:grid}.gh-method__items>div{padding-left:var(--st-space-5);border-left:var(--gh-rule)}.gh-method__items>div:first-child{border-left:0;padding-left:0}.gh-method__items dd{margin:var(--st-space-3) 0 0;color:var(--st-text-secondary)}@media (max-width:1099px){.gh-method__heading,.gh-method__items{grid-column:1/-1}}@media (max-width:819px){.gh-method__grid{padding-block:var(--st-space-7);grid-template-columns:repeat(8,minmax(0,1fr))}.gh-method__items{gap:var(--st-space-4)}}@media (max-width:559px){.gh-method__grid{padding-block:var(--st-space-6);grid-template-columns:1fr}.gh-method__items{gap:var(--st-space-5);grid-template-columns:1fr}.gh-method__items>div{padding-left:0;padding-top:var(--st-space-5);border-left:0;border-top:var(--gh-rule)}.gh-method__items>div:first-child{border-top:0;padding-top:0}}.gh-empty{max-width:640px;padding:var(--st-space-7) var(--st-space-6);text-align:center;background:var(--st-surface-1);border:1px solid var(--st-border-muted);border-radius:var(--st-radius);margin-inline:auto}.gh-empty p{margin-top:var(--st-space-3);color:var(--st-text-secondary)}.gh-footer{border-top:var(--gh-rule);padding-block:var(--st-space-7)}.gh-footer__row{justify-content:space-between;align-items:flex-start;gap:var(--st-space-5) var(--st-space-7);flex-wrap:wrap;display:flex}.gh-footer__row--caption{margin-top:var(--st-space-6);padding-top:var(--st-space-5);border-top:var(--gh-rule-dashed);align-items:baseline}.gh-footer__name{font-family:var(--st-font-display);color:var(--st-text-primary);font-size:1.125rem;display:block}.gh-footer__by{margin-top:var(--st-space-1);font-family:var(--st-font-body);color:var(--st-text-secondary);font-size:.875rem}.gh-footer__by a,.gh-footer__nav a{color:var(--st-text-secondary);transition:color var(--st-motion-fast);text-decoration:none}.gh-footer__by a{text-underline-offset:.2em;text-decoration:underline;-webkit-text-decoration-color:var(--st-copper-dim);text-decoration-color:var(--st-copper-dim)}.gh-footer__by a:hover,.gh-footer__nav a:hover{color:var(--st-copper)}.gh-footer__nav{gap:var(--st-space-2) var(--st-space-5);font-family:var(--st-font-body);flex-wrap:wrap;font-size:.875rem;display:flex}.gh-footer__nav a{align-items:center;min-height:44px;display:inline-flex}.gh-footer__disclaimer{max-width:72ch;color:var(--st-text-muted);margin:0}.gh-footer__locales{gap:var(--st-space-1);font-family:var(--st-font-mono);flex-wrap:wrap;font-size:.75rem;display:flex}.gh-footer__locales a,.gh-footer__locales span{min-width:44px;min-height:44px;color:var(--st-text-muted);border-radius:var(--st-radius-sm);justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.gh-footer__locales a:hover{color:var(--st-text-primary);background:var(--st-surface-2)}.gh-footer__locales [aria-current=true]{color:var(--st-text-primary)}@media (max-width:559px){.gh-footer__nav{gap:0 var(--st-space-5);grid-template-columns:1fr 1fr;display:grid}}.gh-article{padding-block:var(--st-space-7) var(--st-space-8)}.gh-article__head{max-width:960px;margin-inline:auto}.gh-article__eyebrow{align-items:center;gap:var(--st-space-4);flex-wrap:wrap;font-size:.8125rem;display:flex}.gh-article__eyebrow .gh-link{align-items:center;gap:var(--st-space-1);min-height:44px;text-decoration:none;display:inline-flex}.gh-article__eyebrow .gh-link:hover{text-decoration:underline}.gh-more{border-top:1px solid var(--st-border-muted);max-width:720px;margin-top:3rem;padding-top:2rem}.gh-more__list{gap:.75rem;margin:1.25rem 0 0;padding:0;list-style:none;display:grid}.gh-more__link{border-top:1px solid var(--st-border-muted);color:inherit;gap:.25rem;min-height:44px;padding:.875rem 0;text-decoration:none;display:grid}.gh-more__link:hover .gh-more__title,.gh-more__link:focus-visible .gh-more__title{color:var(--st-copper)}.gh-more__link:focus-visible{outline:2px solid var(--st-focus);outline-offset:4px}.gh-more__title{font-family:var(--st-font-display);color:var(--st-text-primary);transition:color var(--st-motion-fast) ease;font-size:1.375rem;line-height:1.25}.gh-more__summary{color:var(--st-text-secondary)}