/*! stylent.css | v1.1.1 | Copyright 2022 Graphery | MIT License */.light,:host,:root{--st-font-family:-apple-system,BlinkMacSystemFont,'Segoe UI','Roboto','Helvetica Neue',Arial,sans-serif;--st-font-family-mono:"Consolas","Monaco","Menlo",monospace;--st-font-weight:400;--st-font-bold-weight:500;--st-font-size:15px;--st-font-size-s:0.8em;--st-font-size-l:1.15em;--st-font-size-xl:1.30em;--st-font-size-xxl:1.60em;--st-font-size-xxxl:2.00em;--st-font-size-xxxxl:2.30em;--st-line-height:1.6em;--st-line-height-l:2em;--st-color-0:#fafafa;--st-color-1:#f5f5f5;--st-color-2:#e5e5e5;--st-color-3:#d4d4d4;--st-color-4:#a3a3a3;--st-color-5:#737373;--st-color-6:#525252;--st-color-7:#404040;--st-color-8:#262626;--st-color-9:#171717;--st-fore-color:var(--st-color-9);--st-bg-color:var(--st-color-0);--st-fore-color-alt:var(--st-color-0);--st-bg-color-alt:var(--st-color-9);--st-fore-color-code:var(--st-color-9);--st-bg-color-code:var(--st-color-2);--st-focus-border-color:var(--st-color-7);--st-border-color:var(--st-color-4);--st-fore-color-dark:var(--st-color-0);--st-bg-color-dark:var(--st-color-9);--st-fore-color-alt-dark:var(--st-color-9);--st-bg-color-alt-dark:var(--st-color-3);--st-border-width:1px;--st-border-radius:2px;--st-space:0.5em;--st-space-after:var(--st-space);--st-space-before:calc(var(--st-space) * 2);--st-gutter:calc(var(--st-space) * 3);--st-link-style:underline dotted var(--st-color-4);--st-link-hover-style:underline solid var(--st-fore-color)}@media (prefers-color-scheme :dark){:host,:root{--st-fore-color:var(--st-fore-color-dark);--st-bg-color:var(--st-bg-color-dark);--st-fore-color-alt:var(--st-fore-color-alt-dark);--st-bg-color-alt:var(--st-bg-color-alt-dark)}}.dark{--st-fore-color:var(--st-fore-color-dark);--st-bg-color:var(--st-bg-color-dark);--st-fore-color-alt:var(--st-fore-color-alt-dark);--st-bg-color-alt:var(--st-bg-color-alt-dark)}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100vh;color:var(--st-fore-color);background:var(--st-bg-color);scroll-behavior:smooth}:host,body{line-height:var(--st-line-height);color:var(--st-fore-color);font-size:var(--st-font-size);font-weight:var(--st-font-weight);font-family:var(--st-font-family)}h1,h2,h3,h4,h5,h6{font-weight:var(--st-font-bold-weight);line-height:var(--st-line-height-l);margin-top:var(--st-space-before);margin-bottom:var(--st-space-after)}h1{font-size:var(--st-font-size-xxxxl)}h2{font-size:var(--st-font-size-xxxl)}h3{font-size:var(--st-font-size-xxl)}h4{font-size:var(--st-font-size-xl)}h5{font-size:var(--st-font-size-l)}h6{font-size:var(--st-font-size)}p{font-size:var(--st-font-size);margin-top:var(--st-space-before);margin-bottom:var(--st-space-after)}a,a:visited{color:var(--st-fore-color);text-decoration:var(--st-link-style)}a:hover{cursor:pointer;text-decoration:var(--st-link-hover-style)}dl,ol,ul{font-size:var(--st-font-size);margin-top:var(--st-space-before);margin-bottom:var(--st-space-after);padding-left:0;list-style-position:inside}dl dd,dl dt,ol li,ul li{margin-top:0}dl dd:first-child,ol li:first-child,ul li:first-child{margin-top:var(--st-space-before)}fieldset,form,li ol,li ul{margin-top:var(--st-space-before);margin-bottom:var(--st-space-after)}dl dd,ol ol,ol ul,ul ol,ul ul{margin-left:var(--st-space-before)}label{display:inline-block;margin-top:var(--st-space-before);margin-bottom:var(--st-space-after)}input:not([type=button]):not([type=submit]):not([type=reset]):not([type=checkbox]):not([type=radio]):not([type=color]),select,textarea{height:2.7em;width:100%;margin-top:var(--st-space-before);margin-bottom:var(--st-space-after);padding:.5em;font-size:var(--st-font-size);color:var(--st-fore-color);background:var(--st-bg-color);border:var(--st-border-width) solid var(--st-border-color);border-radius:var(--st-border-radius);font-family:var(--st-font-family)}input[type=checkbox],input[type=radio]{font-size:var(--st-font-size);height:1.2em;width:1.2em;vertical-align:middle}input[type=color]{background:var(--st-bg-color);height:2.7em;width:2.7em}input:not([type=button]):hover:not([type=submit]):hover:not([type=reset]):hover,select:hover,textarea:hover{border-color:var(--st-fore-color)}input:not([type=button]):not([type=submit]):not([type=reset]):focus,select:focus,textarea:focus{outline:0;border-color:var(--st-focus-border-color)!important}input:not([type=button]):hover:not([type=submit]):hover:not([type=reset])[disabled]:hover,input:not([type=button]):not([type=submit]):not([type=reset]):disabled{border-color:var(--st-border-color);opacity:.5;cursor:not-allowed}input[type=image],input[type=image]:focus,input[type=image]:hover{border:0!important;width:auto!important}textarea{min-height:10em}fieldset{border:var(--st-border-width) solid var(--st-border-color);border-radius:var(--st-border-radius);padding:1em}.button,[type=button],[type=reset],[type=submit],a.button,button{display:inline-block;font-family:var(--st-font-family);margin-top:var(--st-space-before);margin-bottom:var(--st-space-after);outline:0;text-decoration:none;color:var(--st-fore-color-alt);background:var(--st-bg-color-alt);opacity:.8;font-size:var(--st-font-size);border:var(--st-border-width) solid var(--st-fore-color);border-radius:var(--st-border-radius);cursor:pointer;text-align:center;padding:.59em 1em;line-height:1.4}.button:active,.button:focus,.button:hover:not([disabled]),[type=button]:active,[type=button]:focus,[type=button]:hover:not([disabled]),[type=submit]:active,[type=submit]:focus,[type=submit]:hover:not([disabled]),button:active,button:focus,button:hover:not([disabled]){opacity:1;text-decoration:none}.button[disabled],button[disabled],input[disabled]{opacity:.5;cursor:not-allowed}.button.outline,[type=submit].outline,button.outline{color:var(--st-fore-color);background:var(--st-bg-color)}table{font-size:var(--st-font-size);display:table;overflow-x:initial;border-spacing:0;text-align:left;width:100%}th{border-bottom:var(--st-border-width) solid var(--st-color-4);padding:1em 1.6em}td{border-bottom:calc(.5 * var(--st-border-width)) solid var(--st-color-4);padding:1em 1.6em}td:first-child,th:first-child{padding-left:0}td:last-child,th:last-child{padding-right:0}img{border:none}h1 img,h2 img,h3 img,h4 img,h5 img,h6 img,p img{vertical-align:bottom}pre{font-size:var(--st-font-size);margin-top:var(--st-space-before);margin-bottom:var(--st-space-after)}code{padding:2px;color:var(--st-fore-color-code);background:var(--st-bg-color-code);font-family:var(--st-font-family-mono)}blockquote,pre code{margin-left:0;margin-top:var(--st-space-before);margin-bottom:var(--st-space-after);padding:1rem;display:block;border:0;border-left:.3rem solid var(--st-bg-color-alt)}pre code,samp{white-space:pre;word-wrap:break-word;background:var(--st-bg-color-code);font-family:var(--st-font-family-mono);overflow-y:auto}hr{border-width:var(--st-border-width);border-color:var(--st-border-color)}.box{padding:.5em 1em;border:var(--st-border-width) solid var(--st-border-color);border-radius:var(--st-border-radius)}header,main{font-size:var(--st-font-size);width:90%;max-width:1200px;margin:0 auto var(--st-space);padding-top:var(--st-space-before)}article,section{font-size:var(--st-font-size);margin:var(--st-space-before) 0}footer{font-size:var(--st-font-size-s);margin-top:var(--st-space-before);width:100%;border-top:var(--st-border-width) solid var(--st-border-color);padding-top:var(--st-space);padding-bottom:var(--st-space);color:var(--st-fore-color-alt);background-color:var(--st-bg-color-alt)}footer *{font-size:var(--st-font-size-s)}.row{display:flex;flex-flow:row wrap;justify-content:space-between}.gutter>:first-child,.row>:first-child{margin-left:0!important}.gutter:last-of-type,.row:last-of-type{margin-bottom:0}.col{flex:1}.col.gutter,.row.gutter .col,.row.gutter [class*=" col-"],.row.gutter [class^=col-],[class*=" col-"].gutter,[class^=col-].gutter{margin-left:var(--st-gutter);margin-bottom:var(--st-gutter)}.col-1{flex:1}.col-2{flex:2}.col-3{flex:3}.col-4{flex:4}.col-5{flex:5}.col-6{flex:6}.col-7{flex:7}.col-8{flex:8}.col-9{flex:9}.col-10{flex:10}.col-11{flex:11}.col-12{flex:12}@media screen and (max-width :768px){:host,:root{--st-font-size:14px}table{display:block;overflow-x:auto}.col,[class*=" col-"],[class^=col-]{margin:.5em 0!important;flex:0 0 100%}}.hidden{display:none!important}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.size-full-height{min-height:100vh}.size-full-width{width:100%}.size-full{width:100%;min-height:100vh}.justify-start{display:flex;justify-content:flex-start}.justify-center{display:flex;justify-content:center}.justify-end{display:flex;justify-content:flex-end}.justify-distributed{display:flex;justify-content:space-evenly}.align-start{display:flex;align-items:flex-start}.align-center{display:flex;align-items:center}.align-end{display:flex;align-items:flex-end}.direction-vertical{display:flex;flex-direction:column}.direction-horizontal{display:flex;flex-direction:row}.center{display:flex;flex-direction:column;justify-content:center;align-items:center}.not-selectable{user-select:none}.no-wrap{white-space:nowrap}