:where(:root,:host){--md-layout-width:800px;--md-layout-padding:20px;--md-spacing:1em;--md-font-family:monospace;--md-font-size:16px;--md-font-weight:400;--md-line-height:1.65;--md-background-light:#f8f8f2;--md-background-dark:#1e1e1e;--md-background:light-dark(var(--md-background-light),var(--md-background-dark));--md-foreground-light:#1e1e1e;--md-foreground-dark:#f8f8f2;--md-foreground:light-dark(var(--md-foreground-light),var(--md-foreground-dark));--md-grey:#7e7e7e;--md-red:#e78482;--md-green:#8fc8bb;--md-yellow:#e0b972;--md-orange:#ffb374;--md-blue:#6db3ce;--md-magenta:#ad82cb;--md-cyan:#2fc2c3;--md-heading-color:var(--md-grey);--md-strikethrough-color:var(--md-grey);--md-code-color:var(--md-grey);--md-blockquote-color:var(--md-grey);--md-bold-color:var(--md-magenta);--md-italic-color:var(--md-cyan);--md-anchor-color:var(--md-yellow)}:where(html,body,:host){color-scheme:light dark;font-family:var(--md-font-family);font-size:var(--md-font-size);font-weight:var(--md-font-weight);line-height:var(--md-line-height);background-color:var(--md-background);color:var(--md-foreground);text-rendering:optimizeLegibility;font-variant-ligatures:contextual}:where(*){box-sizing:border-box;background-repeat:no-repeat}:where(main){width:min(calc(100% - var(--md-layout-padding)),var(--md-layout-width));padding-block:calc(var(--md-layout-padding)/2);margin-inline:auto}h1,h2,h3,h4,h5,h6{margin:0 0 var(--md-spacing)0;font-size:var(--md-font-size);font-weight:700}:is(h1,h2,h3,h4,h5,h6):before{color:var(--md-heading-color)}h1:before{content:"# "}h2:before{content:"## "}h3:before{content:"### "}h4:before{content:"#### "}h5:before{content:"##### "}h6:before{content:"###### "}p{margin:0 0 var(--md-spacing)0}:is(b,strong){color:var(--md-bold-color)}:is(b,strong):before,:is(b,strong):after{content:"**"}:is(i,em){color:var(--md-italic-color)}:is(i,em):before,:is(i,em):after{content:"*"}s{color:var(--md-strikethrough-color);text-decoration:none}s:before,s:after{content:"~~"}a{color:var(--md-foreground);text-decoration:none}a:is(:hover,:focus){text-decoration:underline;text-decoration-color:var(--md-foreground)}a:before{content:"["}a:after{content:"]"}a[href]:before{content:"[";color:var(--md-anchor-color)}a[href]:after{content:"](" attr(href)")";color:var(--md-anchor-color);word-break:break-all}ul,ol{margin:0 0 var(--md-spacing)0}:is(ul,ol) :is(ul,ol){margin-bottom:0}ul{padding-left:2ch;list-style:"- "}ol{padding-left:3.5ch}ul li::marker{content:"- "}blockquote{margin:0 0 var(--md-spacing)0;padding-left:2ch;overflow:hidden}blockquote:before{content:">\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >\a >";width:0;height:0;color:var(--md-blockquote-color);font-size:inherit;line-height:inherit;margin-left:-2ch;display:block}img[data-md-src]{content:"";display:inline-block}img[data-md-src]:before{content:""}img[data-md-src]:after{content:"![" attr(data-md-alt)"](" attr(data-md-src)")";word-break:break-all;display:inline-block}img[data-md-src]+img:not([data-md-src]){display:none}pre,code{white-space:pre-wrap;word-break:break-all}code:before,code:after{content:"`";color:var(--md-code-color)}pre{margin:0 0 var(--md-spacing)0}pre:before,pre:after{content:"```";color:var(--md-code-color)}pre[class]:before{content:"```" attr(class)}pre[data-md-language]:before{content:"```" attr(data-md-language)}pre>code:before,pre>code:after{content:none}hr{margin:0 0 var(--md-spacing)0;border:0;line-height:0}hr:after{content:"-----------------------------------------------------------------------------------------------------------------------------------------------";width:100%;font-size:14px}