:root{--marep-col-text:#666;--marep-col-border:#ccc;--marep-col-background:#eee;--marep-border-radius:.5em;interpolate-size:allow-keywords}[class^="marep-"] button._download{padding:.1em .5em;border-radius:var(--marep-border-radius);border:1px solid var(--marep-col-border);background-color:var(--marep-col-background);font-size:.8em}[class^="marep-"] button._download:hover{background-color:var(--marep-col-background-hover, #ddd)}.marep-download ._intro{font-weight:bold;margin-bottom:.5em}.marep-download ._content{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:1em;font-size:80%;line-height:1.3}@media (max-width: 768px){.marep-download ._content{flex-direction:column;align-items:stretch;justify-content:center}}.marep-download ._buttonbox{width:30%;border:1px solid var(--marep-col-border);border-radius:var(--marep-border-radius);corner-shape:scoop;padding:.5em;line-height:2;text-align:center;display:flex;flex-direction:column;justify-content:space-between}@media (max-width: 768px){.marep-download ._buttonbox{width:100%}}.marep-download ._buttons{display:flex;flex-direction:row;justify-content:center;gap:1em}.marep-download button._download:first-child{margin-top:auto}.marep-history button._icon{-webkit-appearance:none;appearance:none;border:none;background:none}.marep-history svg._icon{width:1em;height:1em}.marep-history div._hint{font-size:.8em}.marep-history button._showmore{padding:.1em .5em;border-radius:var(--marep-border-radius);border:1px solid var(--marep-col-border);background-color:var(--marep-col-background);font-size:.8em}.marep-history ._heading{font-size:1.5em;font-weight:bold;margin-bottom:1em}.marep-history ._versions{list-style:none;margin-block:0;padding-left:0}.marep-history ._version{margin-block:0.5em;border:1px solid var(--marep-col-border);border-radius:var(--marep-border-radius);overflow:clip;block-size:auto;opacity:1;transition:block-size 0.5s ease-out,  border 0.5s ease-out,  margin-block 0.5s ease-out, opacity 0.5s ease-out}.marep-history ._version.hidden{block-size:0;border:none;margin-block:0;opacity:0}.marep-history ._version ._header{width:100%;padding:0em 0.5em;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1em;background-color:var(--marep-col-background)}.marep-history ._version ._header>div{flex-basis:33%}.marep-history ._version ._header ._number{font-weight:bold;font-size:1.2em}.marep-history ._version ._header>._download{text-align:center;line-height:1}.marep-history ._version ._header>._download ._hint{font-size:.5em}.marep-history ._version ._header ._datetime{font-size:0.8em;color:var(--marep-col-text);text-align:right}.marep-history ._version ._compatibility{color:var(--marep-col-text);display:flex;flex-direction:row;justify-content:center;gap:1em;font-size:0.6em;font-style:italic;border-bottom:1px solid var(--marep-col-border)}.marep-history ._version ._compatibility>div{display:flex;flex-direction:column;gap:.2em}.marep-history ._version ._content{padding:0.5em}.marep-history ._version ._content ._changelog{font-size:0.8em}.marep-history ._version ._content ._changelog p{margin-block:0}.marep-history ._version ._popup{position-area:bottom;border:1px solid var(--marep-col-border);border-radius:var(--marep-border-radius);padding:.5em}.marep-history ._version ._popup ._intro{font-weight:bold;margin-bottom:.5em}.marep-history ._version ._popup ._content{display:flex;flex-direction:column;row-gap:1em;font-size:80%;line-height:1.3}.marep-history ._version ._popup ._description{font-size:80%;margin-bottom:1em}.marep-banner{position:relative}.marep-banner__image{width:100%;height:auto;display:block;object-fit:cover;border-radius:var(--marep-border-radius)}.marep-banner__overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;border-radius:var(--marep-border-radius)}.marep-banner__title{position:absolute;top:1rem;left:1rem;background-color:HSL(0deg 0% 0%/80%);border-radius:var(--marep-border-radius);padding:0rem 1rem;font-size:1.5rem;font-weight:bold;box-shadow:0px 0px 5px HSL(0deg 0% 100%);color:white}body.single-software .marep-banner{margin-bottom:3rem}body.single-software .marep-banner__title{top:unset;left:unset;bottom:-3rem}.marep-view{margin-bottom:2rem}.marep-view h2{margin-top:1.5em}.marep-view .marep-banner{margin-bottom:2rem}.marep-view .marep-banner__title{top:unset;bottom:1rem}.marep-view .marep-description{margin-block:1rem}.marep-view .marep-meta{margin-block:1rem;margin-inline:auto;width:fit-content;border:1px solid var(--marep-col-border);border-radius:var(--marep-border-radius);padding:1rem}.marep-view .marep-meta table{border-collapse:collapse;width:unset;line-height:1.5;font-size:80%}.marep-view .marep-meta table th{text-align:left;vertical-align:top;padding-right:1em}.marep-view .marep-meta table td{vertical-align:bottom;white-space:nowrap}.marep-spinning-icon{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.marep-sourcecode-ondemand{display:flex;flex-direction:row;align-items:center;gap:1em;line-height:1}.marep-sourcecode-ondemand ._load-button{padding:.1em .5em;border-radius:var(--marep-border-radius);border:1px solid var(--marep-col-border);background-color:var(--marep-col-background);font-size:.8em}.marep-sourcecode-ondemand ._load-button:hover{background-color:var(--marep-col-background-hover, #ddd)}.marep-sourcecode-ondemand ._loading-icon{width:24px;height:24px}.marep-sourcecode.scrollable{position:relative;height:60vh;display:flex;flex-direction:column;border:1px solid #ddd;border-radius:4px;margin:1em 0;resize:vertical;overflow:auto}.marep-sourcecode.scrollable div.code-toolbar{display:flex;flex-direction:column;height:100%}.marep-sourcecode.scrollable div.code-toolbar>.toolbar{top:-2em;opacity:1}.marep-sourcecode.scrollable div.code-toolbar>.toolbar .toolbar-item button{background-color:HSL(0deg 0% 0%/80%);color:HSL(0deg 0% 80%);padding:.2em .5em;border-radius:var(--marep-border-radius)}.marep-sourcecode.scrollable div.code-toolbar>.toolbar .toolbar-item button:hover{background-color:HSL(0deg 0% 0%/100%);color:HSL(0deg 0% 100%)}.marep-sourcecode.scrollable pre[class*="language-"]{margin:0 !important;overflow:auto !important;flex-grow:1;background:#272822}.marep-sourcecode.scrollable pre::-webkit-scrollbar{width:8px;height:8px}.marep-sourcecode.scrollable pre::-webkit-scrollbar-thumb{background:#666;border-radius:4px}.marep-sourcecode code[class*=language-],.marep-sourcecode pre[class*=language-]{font-size:12px}.marep-sourcecode x.code-toolbar{max-height:400px;overflow:auto}.marep-sourcecode .toolbar-item{color:white}
