:root{--color-default:hsl(240 20% 16%);--color-heading:hsl(240 20% 16%);--color-muted:hsl(240 20% 16% / 0.7);--color-inverse:var(--background-color-default);--color-primary:hsl(208 98% 43%);--color-primary-light:hsl(208 98% 43% / 0.1);--color-green:hsl(142 64% 36%);--color-green-light:hsl(142 64% 36% / 0.1);--color-red:hsl(0 100% 65%);--color-red-light:hsl(0 100% 65% / 0.1);--color-yellow:hsl(48 100% 72%);--color-yellow-light:hsl(48 100% 72% / 0.1);--background-color-default:hsl(240 20% 100%);--background-color-highlight:hsl(240 10% 97%);--border-color-default:hsl(240 50% 16% / 0.2);--border-color-light:hsl(240 50% 16% / 0.1);--border-width-default:2px;--border-radius-default:2px;--link-color:var(--color-primary);--code-background-color:var(--background-color-highlight);--line-height-default:1.625;--line-height-heading:calc(var(--line-height-default) * 0.8);--inline-text-padding:0.1em 0.3em;--font-size-default:18px;--font-size-h1:1.8rem;--font-size-h2:1.64rem;--font-size-h3:1.48rem;--font-size-h4:1.32rem;--font-size-h5:1.16rem;--font-size-h6:1rem;--font-size-current:var(--font-size-default);--font-family-default:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";--font-family-mono:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;--font-family-serif:Times,"Times New Roman",Georgia,serif;--input-line-height:var(--line-height-default);--input-border-width:var(--border-width-default);--input-border-color:var(--border-color-default);--input-border-radius:var(--border-radius-default);--input-background-color:var(--background-color-default);--input-active-color:var(--color-primary);--button-line-height:var(--line-height-default);--button-padding-y:0.5em;--button-padding-x:1em;--button-border-width:var(--input-border-width);--button-border-rarius:var(--border-radius-default);--button-border-color:transparent;--button-bg-color:hsl(220, 7%, 20%);--button-text-color:#fff;--aspect-ratio:16/9}@media (prefers-color-scheme:dark){:root{--color-default:hsl(228 7% 95%);--color-heading:hsl(228 7% 95%);--color-muted:hsl(228 7% 95% / 0.7);--background-color-default:hsl(225 6% 13%);--background-color-highlight:hsl(220 7% 16%);--border-color-default:hsl(220 7% 75% / 0.17);--border-color-light:hsl(220 7% 75% / 0.1);--line-height-default:1.8;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}body,html{margin:0;padding:0}body{background:hsl(240 20% 100%);background:var(--background-color-default)}nav{margin-bottom:1rem}time{display:inline-block}html{color:hsl(240 20% 16%);color:var(--color-default);font-size:18px;font-size:var(--font-size-default);font-family:var(--font-family-default),-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-family:var(--font-family-body,var(--font-family-default)),var(--font-family-default);line-height:1.625;line-height:var(--line-height-default)}h1,h2,h3,h4,h5,h6{color:hsl(240 20% 16%);color:var(--color-heading,var(--color-default));margin:0 0 1rem;line-height:calc(1.625 * .8);line-height:var(--line-height-heading);font-family:var(--font-family-default),var(--font-family-default),-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-family:var(--font-family-heading,var(--font-family-body,var(--font-family-default))),var(--font-family-body,var(--font-family-default)),var(--font-family-default)}h1{font-size:1.8rem;font-size:var(--font-size-h1)}h2{font-size:1.64rem;font-size:var(--font-size-h2)}h3{font-size:1.48rem;font-size:var(--font-size-h3)}h4{font-size:1.32rem;font-size:var(--font-size-h4)}h5{font-size:1.16rem;font-size:var(--font-size-h5)}h6{font-size:1rem;font-size:var(--font-size-h6)}p{margin-top:0;margin-bottom:1rem}a{color:hsl(208 98% 43%);color:var(--link-color);display:inline-block}a:not(:hover):not(:focus){text-decoration:none}blockquote{margin:0 0 1rem 0;padding:.5em 1.5em;border-left:2px solid hsl(240 50% 16% / .2);border-left:var(--border-width-default) solid var(--border-color-default)}blockquote p:last-child{margin-bottom:0}small{font-size:85%}address{font-style:normal;margin-bottom:1rem}abbr[title]{text-decoration:none;border-bottom:1px dotted;cursor:help}sub,sup{font-size:75%;line-height:0}mark{padding:.1em .3em;padding:var(--inline-text-padding);border-radius:2px;border-radius:var(--border-radius-default);background-color:hsl(48 100% 72%);background-color:var(--color-yellow)}hr{margin-top:0;margin-bottom:1rem;border:0;border-bottom:1px solid hsl(240 50% 16% / .2);border-bottom:1px solid var(--border-color-default)}details{margin-bottom:1rem}details>ol,details>ul{margin-top:1rem}summary{cursor:pointer}canvas,img,meter,picture,progress,svg{display:inline-block;vertical-align:middle}audio,video{display:block;width:100%}video{height:auto}canvas,img,picture{height:auto;max-width:100%}iframe{display:block}embed,iframe,object{max-width:100%;border:0}figure{margin:0 0 1rem 0}figcaption{color:hsl(240 20% 16% / .7);color:var(--color-muted);font-size:.85em;margin-top:.5rem}table{display:block;max-width:100%;overflow-x:auto;white-space:nowrap;font-size:.9em;border-collapse:collapse;border-spacing:0;margin-bottom:1rem}thead{border-bottom:2px solid hsl(240 50% 16% / .2);border-bottom:var(--border-width-default) solid var(--border-color-default)}tfoot td,th{font-weight:600}td,th{border:1px solid hsl(240 50% 16% / .2);border:1px solid var(--border-color-default)}table caption,th{text-align:unset}table caption,td,th{padding:.4em .8em}caption{color:hsl(240 20% 16% / .7);color:var(--color-muted)}ol,ul{margin-top:0;margin-bottom:1rem}li ol,li ul{margin-bottom:0}dt{font-weight:600}summary{cursor:pointer;font-weight:700}code,kbd,pre,samp{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-family:var(--font-family-mono);background-color:hsl(240 10% 97%);background-color:var(--code-background-color)}code,kbd,samp{padding:.1em .3em;padding:var(--inline-text-padding);border-radius:2px;border-radius:var(--border-radius-default)}pre{margin-top:0;margin-bottom:1rem;padding:1rem 1.5rem;overflow:auto;-moz-tab-size:2;-o-tab-size:2;tab-size:2;border-radius:2px;border-radius:var(--border-radius-default)}pre code{padding:0;font-size:inherit;background-color:transparent}fieldset{margin:0 0 1rem 0;padding:1em;border-style:solid;border-width:2px;border-width:var(--input-border-width);border-color:hsl(240 50% 16% / .2);border-color:var(--border-color-default);border-radius:2px;border-radius:var(--border-radius-default)}label{display:inline-block;padding-top:calc(.5em - 1px);padding-top:calc(var(--button-padding-y) - 1px);padding-bottom:calc(.5em - 1px);padding-bottom:calc(var(--button-padding-y) - 1px)}label:hover{cursor:pointer}[type=date],[type=datetime-local],[type=datetime],[type=email],[type=file],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],select,select[multiple],textarea{padding:.5em 1em;padding:var(--button-padding-y) var(--button-padding-x);border-style:solid;border-width:2px;border-width:var(--input-border-width);border-color:hsl(240 50% 16% / .2);border-color:var(--input-border-color);border-radius:2px;border-radius:var(--input-border-radius);background-clip:padding-box;font-size:inherit;font-family:inherit;color:inherit;line-height:1.625;line-height:var(--input-line-height);background:hsl(240 20% 100%);background:var(--input-background-color)}[type=date]:focus,[type=datetime-local]:focus,[type=datetime]:focus,[type=email]:focus,[type=file]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,select:focus,select[multiple]:focus,textarea:focus{outline:0;border-color:hsl(208 98% 43%);border-color:var(--input-active-color)}[type=search]{-webkit-appearance:textfield}select:not([multiple]){height:2.2rem}[type=range]{margin:0;height:2rem}[type=file]{display:block;width:100%}[type=file]:hover{cursor:pointer}textarea{display:block;width:100%;height:auto;overflow:auto;resize:vertical;margin-bottom:1rem;padding:.5em 1em;padding:var(--button-padding-y) var(--button-padding-x)}.button,[type=button],[type=reset],[type=submit],button{display:inline-block;padding:.5em 1em;padding:var(--button-padding-y) var(--button-padding-x);border-radius:2px;border-radius:var(--button-border-rarius);border:2px solid transparent;border:var(--button-border-width) solid var(--button-border-color);background-color:#2f3136;background-color:var(--button-bg-color);color:#fff;color:var(--button-text-color);font-family:inherit;font-size:inherit;font-weight:inherit;line-height:1.625;line-height:var(--button-line-height);white-space:nowrap;cursor:pointer}.button:focus,.button:hover,[type=button]:focus,[type=button]:hover,[type=reset]:focus,[type=reset]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover{background-image:linear-gradient(to bottom,hsl(0deg 1% 100% / 8%),hsl(0deg 1% 100% / 8%));text-decoration:underline}.button:disabled,:disabled,[type=button]:disabled,[type=reset]:disabled,[type=submit]:disabled,button:disabled{cursor:not-allowed!important;text-decoration:none!important;opacity:.6!important}@media print{:root{--background-color-default:#fff;--color-default:#000;--font-size-default:8pt;--font-family-body:var(--font-family-default);--font-family-heading:var(--font-family-default)}}
