.article-section-decoration > a{color:var(--panel-border);font-weight:700;text-decoration:none}.article-section-decoration.h1,.article-section-decoration.h2{font-size:1.25em}.article-section-decoration.h3,.article-section-decoration.h4{font-size:1.1em}.article-section-header{position:sticky;top:-.8em}.article-section-text{display:flex;gap:.5em;padding-block:.25em;background:var(--page-background)}.article-section-fade{height:1em;background:var(--page-background);mask-image:linear-gradient(to bottom,rgba(0,0,0),rgb(0,0,0,0))}.article-section-heading{margin:0}.article-section-content > p:first-child {margin-top:0}.article-section-picture{display:flex;align-items:center;flex-direction:column}.article-section-picture-frame{background:var(--panel-background);border:2px solid var(--panel-border);border-radius:10px;padding:.5em}.article-section-picture-title:not(:empty){text-align:center;border-top:1px dashed var(--panel-border);margin-top:.5em;padding-top:.5em}#article-tags{gap:.25em;display:flex;flex-wrap:wrap}#article-content{width:calc(min(min(120ch,calc(100vw - 25px)),1024px))}pre{overflow-x:scroll;display:block;border:1px solid var(--panel-border);background:var(--panel-background);border-radius:10px;padding:.5em}code,code *{color:var(--text-h2-color)}code.inline{background:var(--panel-background);border-radius:5px;color:var(--text-h1-color)}code .keyword{color:var(--code-keyword);font-weight:700}code .comment{color:var(--code-comment);font-style:italic}code .struct{color:var(--code-struct);font-weight:700}code .function{color:var(--text-h1-color);font-weight:700}code .macro{color:var(--text-h1-color);font-style:italic;font-weight:700}code .string{color:var(--code-string)}#article-cover-img{width:100%;height:175px;object-fit:cover;mask-image:linear-gradient(to right,rgba(0,0,0,0),rgb(0,0,0) 50%)}#article-metadata{display:grid;grid-template-columns:1.25em auto;gap:.5em;font-size:.85em}#article-break{height:2px;margin-top:.5em;background:var(--panel-border)}#article-header{display:grid;grid-template-columns:auto 1fr}.article-notice{border:1px solid var(--panel-border);border-radius:5px;padding:.5em;background:var(--panel-background)}@media (hover:hover){.article-section-decoration > a:hover {text-decoration:underline;color:var(--text-subtext-color)}}@media screen and (width <= 515px){#article-cover{display:none}}