:root{--color0:#eee;--color1:#fff;--color2:#333;--color3:#39c}html.other-color{--color0:#333;--color1:#222;--color2:#eee;--color3:#fffd70}@media (prefers-color-scheme:dark){:root{--color0:#333;--color1:#222;--color2:#eee;--color3:#fffd70}html.other-color{--color0:#eee;--color1:#fff;--color2:#333;--color3:#39c}}html{color:var(--color2);font-family:sans-serif;font-size:13px;background:var(--color0)}body{margin:2rem;min-width:500px}.page-create{display:grid}@media only screen and (min-width:1280px){body{margin:2rem 8rem}}@media only screen and (min-width:1920px){body{margin:2rem 16rem}}a{color:var(--color3)}a:hover{background-color:var(--color3);color:var(--color1)}a.file-upload{text-decoration:underline var(--color3)}button.btn-link{background:none;border:none;padding:0;color:var(--color3);font-family:sans-serif;font-size:13px;text-decoration:underline;cursor:pointer;display:inline}button.btn-link:hover{background-color:var(--color3);color:var(--color1)}section.file-template{display:none}section.paste-help{background-color:var(--color1);padding:.5rem;margin-bottom:.5rem;opacity:.5}section.paste-help:hover{opacity:.9;transition:opacity .1s}section.file-drop{background-color:var(--color1);display:flex;justify-content:center;align-items:center;height:5em;font-weight:bold;padding:.5rem;margin-bottom:.5rem;opacity:.5}section.file-drop:hover{opacity:.9;transition:opacity .1s}section.file-drop.dragover{outline:1px solid var(--color3)}section.file-part{width:100%;margin-bottom:.5rem}section.file-part textarea{background-color:var(--color1);width:100%;resize:vertical;color:var(--color2);border:none;box-sizing:border-box;min-height:25rem;font-size:1.25rem;font-family:monospace;padding:.5rem}section.file-part select:focus,section.file-part input:focus,section.file-part textarea:focus,section.paste-submit input:focus,section.paste-submit select:focus{outline:1px solid var(--color3)}section.file-part div.file-meta select,section.paste-submit select{background-color:var(--color1);font-size:1rem;color:var(--color2);border:0.0625rem solid var(--color0);padding:.4rem}section.file-part div.file-meta input{background-color:var(--color1);font-size:1rem;color:var(--color2);border:0.0625rem solid var(--color0);padding:.4rem}section.file-part div.file-meta{background-color:var(--color1);padding:.5rem;margin-bottom:.0625rem}section.paste-submit{align-items:center}section.paste-submit,div.paste-actions{background-color:var(--color1);padding:.5rem;margin-bottom:.5rem}div.file-meta button.remove,section.paste-submit button.add{margin:0 .5rem 0 0;padding:.4rem 1.4rem;background:var(--color1);color:var(--color3);border:0.0625rem solid var(--color3);cursor:pointer;font-size:1.1rem;text-align:center}div.file-meta button.remove:hover,section.paste-submit button.add:hover{color:var(--color1);background:var(--color3);border:0.0625rem solid var(--color1)}div.file-meta button.remove,section.paste-submit button.add{margin-left:auto}section.paste-submit button[type=submit],button.confirm{box-sizing:border-box;border:0.0625rem solid var(--color3);padding:.4rem 1.4rem;margin:0 .2rem;background:var(--color3);color:var(--color1);cursor:pointer;font-size:1.1rem;text-align:center}section.paste-submit button[type=submit]:hover,button.confirm:hover{color:var(--color3);background:var(--color1);border:0.0625rem solid var(--color3)}button.confirm:hover{color:var(--color3);background:var(--color1);border:0.0625rem solid var(--color3)}.action-buttons{display:flex;justify-content:center;align-items:center}button.cancel{box-sizing:border-box;border:0.0625rem solid var(--color3);padding:.4rem 1.4rem;margin:0 .2rem;background:var(--color1);color:var(--color3);cursor:pointer;font-size:1.1rem;text-align:center}button.cancel:hover{color:var(--color1);background:var(--color3);border:0.0625rem solid var(--color3)}div.paste-actions{background-color:var(--color1);padding:.5rem;margin-bottom:.5rem;display:flex}div.paste-actions .handle-paste{box-sizing:border-box;border:0.0625rem solid var(--color3);padding:.4rem 1.4rem;margin:0 .2rem;background:var(--color1);color:var(--color3);cursor:pointer;font-size:1.1rem;text-align:center;text-decoration:none}div.paste-actions .handle-paste:hover{color:var(--color1);background:var(--color3);border:0.0625rem solid var(--color3)}div.paste-actions .handle-paste.remove-now{margin-left:auto}div.paste-actions .new-paste{box-sizing:border-box;border:0.0625rem solid var(--color3);padding:.4rem 1.4rem;margin:0 .2rem;background:var(--color3);color:var(--color1);cursor:pointer;font-size:1.1rem;text-align:center;text-decoration:none}div.paste-actions .new-paste:hover{color:var(--color3);background:var(--color1);border:0.0625rem solid var(--color3)}div.paste-actions>*{display:flex;align-items:center}article,div.paste-meta{background-color:var(--color1);padding:.5rem}div.paste-meta{opacity:.5}div.paste-meta:hover{opacity:1}footer{padding:.5rem;opacity:.5}footer:hover{opacity:1;transition:opacity .1s}header{text-align:center;margin-bottom:1rem;padding:.5rem}footer{margin-top:.5rem}header nav ul{margin:0;padding:0}header nav ul li{display:inline-block;vertical-align:middle}header nav ul li img.logo{height:5rem}div.file-show{margin-top:.5rem}div.file-show div.code{background-color:var(--color1);padding:.5rem}div.file-show.single div.code{min-height:60vh}div.file-show div.meta{background-color:var(--color1);padding:.5rem;opacity:.5}div.file-show div.meta:hover{opacity:.9;transition:opacity .1s}td.linenos{background:var(--color0);padding:0 .25rem;opacity:.5;cursor:pointer}div.code{font-size:1.2rem;overflow-x:auto;tab-size:4}div.code:hover td.linenos{opacity:.75}td.code{padding-left:.5rem;width:100%}pre{margin:0}p{margin:0;line-height:1.4em}p+p{margin-top:.5rem}div.file-container{display:flex}div.file-container div.files{width:100%}div.file-container aside{background-color:var(--color1);margin-top:.5rem;margin-left:.5rem;padding:.5rem;min-width:10rem;opacity:.5}div.file-container aside:hover{opacity:.9;transition:opacity .1s}div.file-container aside ul{margin:0;padding:0}div.file-container aside ul li{list-style:none}article h1{margin-top:0;margin-bottom:.5rem}.source table,.source tr,.source td{border-spacing:0;border-collapse:separate;padding:0}.source pre{white-space:pre-wrap;line-height:normal}div.code.no-word-wrap .source pre,div.code.no-word-wrap .sourcetable td.code code{white-space:pre}.sourcetable td.linenos{vertical-align:top;padding-left:5px;padding-right:5px;user-select:none;-webkit-user-select:none;text-align:right}.sourcetable td.linenos code:before{content:attr(data-line-number)}.sourcetable td.code{overflow-wrap:normal;border-collapse:collapse;padding-left:5px}.sourcetable td.code code{overflow:unset;border:none;padding:0;margin:0;white-space:pre-wrap;line-height:unset;background:none}.source .lineno.nonumber{list-style:none}textarea.copy-area{display:none}.highlighted{background-color:rgba(255,223,93,0.2)}.confirmation-popover{padding:2rem;border:0.0625rem solid var(--color3);background-color:var(--color0);color:var(--color2);position:fixed;overflow:auto;width:fit-content;height:fit-content;margin:auto;inset:0}.flex{display:flex}.hll{background-color:#ffffcc}.c{color:#408080;font-style:italic}.err{border:1px solid #FF0000}.k{color:#008000;font-weight:bold}.o{color:#666666}.n{color:#333}.p{color:#333}.cm{color:#408080;font-style:italic}.cp{color:#BC7A00}.c1{color:#408080;font-style:italic}.cs{color:#408080;font-style:italic}.gd{color:#A00000}.ge{font-style:italic}.gr{color:#FF0000}.gh{color:#000080;font-weight:bold}.gi{color:#00A000}.go{color:#808080}.gp{color:#000080;font-weight:bold}.gs{font-weight:bold}.gu{color:#800080;font-weight:bold}.gt{color:#0040D0}.kc{color:#008000;font-weight:bold}.kd{color:#008000;font-weight:bold}.kn{color:#008000;font-weight:bold}.kp{color:#008000}.kr{color:#008000;font-weight:bold}.kt{color:#B00040}.m{color:#666666}.s{color:#BA2121}.na{color:#7D9029}.nb{color:#008000}.nc{color:#0000FF;font-weight:bold}.no{color:#880000}.nd{color:#AA22FF}.ni{color:#999999;font-weight:bold}.ne{color:#D2413A;font-weight:bold}.nf{color:#0000FF}.nl{color:#A0A000}.nn{color:#0000FF;font-weight:bold}.nt{color:#008000;font-weight:bold}.nv{color:#19177C}.ow{color:#AA22FF;font-weight:bold}.w{color:#bbbbbb}.mf{color:#666666}.mh{color:#666666}.mi{color:#666666}.mo{color:#666666}.sb{color:#BA2121}.sc{color:#BA2121}.sd{color:#BA2121;font-style:italic}.s2{color:#BA2121}.se{color:#BB6622;font-weight:bold}.sh{color:#BA2121}.si{color:#BB6688;font-weight:bold}.sx{color:#008000}.sr{color:#BB6688}.s1{color:#BA2121}.ss{color:#19177C}.bp{color:#008000}.vc{color:#19177C}.vg{color:#19177C}.vi{color:#19177C}.il{color:#666666}html.other-color .hll{background:#272822;color:#f8f8f2}html.other-color .c{color:#75715e}html.other-color .err{color:#960050;background-color:#1e0010}html.other-color .k{color:#66d9ef}html.other-color .l{color:#ae81ff}html.other-color .n{color:#f8f8f2}html.other-color .o{color:#f92672}html.other-color .p{color:#f8f8f2}html.other-color .cm{color:#75715e}html.other-color .cp{color:#75715e}html.other-color .c1{color:#75715e}html.other-color .cs{color:#75715e}html.other-color .ge{font-style:italic}html.other-color .gs{font-weight:bold}html.other-color .kc{color:#66d9ef}html.other-color .kd{color:#66d9ef}html.other-color .kn{color:#f92672}html.other-color .kp{color:#66d9ef}html.other-color .kr{color:#66d9ef}html.other-color .kt{color:#66d9ef}html.other-color .ld{color:#e6db74}html.other-color .m{color:#ae81ff}html.other-color .s{color:#e6db74}html.other-color .na{color:#a6e22e}html.other-color .nb{color:#f8f8f2}html.other-color .nc{color:#a6e22e}html.other-color .no{color:#66d9ef}html.other-color .nd{color:#a6e22e}html.other-color .ni{color:#f8f8f2}html.other-color .ne{color:#a6e22e}html.other-color .nf{color:#a6e22e}html.other-color .nl{color:#f8f8f2}html.other-color .nn{color:#f8f8f2}html.other-color .nx{color:#a6e22e}html.other-color .py{color:#f8f8f2}html.other-color .nt{color:#f92672}html.other-color .nv{color:#f8f8f2}html.other-color .ow{color:#f92672}html.other-color .w{color:#f8f8f2}html.other-color .mf{color:#ae81ff}html.other-color .mh{color:#ae81ff}html.other-color .mi{color:#ae81ff}html.other-color .mo{color:#ae81ff}html.other-color .sb{color:#e6db74}html.other-color .sc{color:#e6db74}html.other-color .sd{color:#e6db74}html.other-color .s2{color:#e6db74}html.other-color .se{color:#ae81ff}html.other-color .sh{color:#e6db74}html.other-color .si{color:#e6db74}html.other-color .sx{color:#e6db74}html.other-color .sr{color:#e6db74}html.other-color .s1{color:#e6db74}html.other-color .ss{color:#e6db74}html.other-color .bp{color:#f8f8f2}html.other-color .vc{color:#f8f8f2}html.other-color .vg{color:#f8f8f2}html.other-color .vi{color:#f8f8f2}html.other-color .il{color:#ae81ff}@media (prefers-color-scheme:dark){.c{color:#75715e}.err{color:#960050;background-color:#1e0010}.k{color:#66d9ef}.l{color:#ae81ff}.n{color:#f8f8f2}.o{color:#f92672}.p{color:#f8f8f2}.cm{color:#75715e}.cp{color:#75715e}.c1{color:#75715e}.cs{color:#75715e}.ge{font-style:italic}.gs{font-weight:bold}.kc{color:#66d9ef}.kd{color:#66d9ef}.kn{color:#f92672}.kp{color:#66d9ef}.kr{color:#66d9ef}.kt{color:#66d9ef}.ld{color:#e6db74}.m{color:#ae81ff}.s{color:#e6db74}.na{color:#a6e22e}.nb{color:#f8f8f2}.nc{color:#a6e22e}.no{color:#66d9ef}.nd{color:#a6e22e}.ni{color:#f8f8f2}.ne{color:#a6e22e}.nf{color:#a6e22e}.nl{color:#f8f8f2}.nn{color:#f8f8f2}.nx{color:#a6e22e}.py{color:#f8f8f2}.nt{color:#f92672}.nv{color:#f8f8f2}.ow{color:#f92672}.w{color:#f8f8f2}.mf{color:#ae81ff}.mh{color:#ae81ff}.mi{color:#ae81ff}.mo{color:#ae81ff}.sb{color:#e6db74}.sc{color:#e6db74}.sd{color:#e6db74}.s2{color:#e6db74}.se{color:#ae81ff}.sh{color:#e6db74}.si{color:#e6db74}.sx{color:#e6db74}.sr{color:#e6db74}.s1{color:#e6db74}.ss{color:#e6db74}.bp{color:#f8f8f2}.vc{color:#f8f8f2}.vg{color:#f8f8f2}.vi{color:#f8f8f2}.il{color:#ae81ff}html.other-color .hll{background-color:#ffffcc}html.other-color .c{color:#408080;font-style:italic}html.other-color .err{border:1px solid #FF0000}html.other-color .k{color:#008000;font-weight:bold}html.other-color .o{color:#666666}html.other-color .n{color:#333}html.other-color .p{color:#333}html.other-color .cm{color:#408080;font-style:italic}html.other-color .cp{color:#BC7A00}html.other-color .c1{color:#408080;font-style:italic}html.other-color .cs{color:#408080;font-style:italic}html.other-color .gd{color:#A00000}html.other-color .ge{font-style:italic}html.other-color .gr{color:#FF0000}html.other-color .gh{color:#000080;font-weight:bold}html.other-color .gi{color:#00A000}html.other-color .go{color:#808080}html.other-color .gp{color:#000080;font-weight:bold}html.other-color .gs{font-weight:bold}html.other-color .gu{color:#800080;font-weight:bold}html.other-color .gt{color:#0040D0}html.other-color .kc{color:#008000;font-weight:bold}html.other-color .kd{color:#008000;font-weight:bold}html.other-color .kn{color:#008000;font-weight:bold}html.other-color .kp{color:#008000}html.other-color .kr{color:#008000;font-weight:bold}html.other-color .kt{color:#B00040}html.other-color .m{color:#666666}html.other-color .s{color:#BA2121}html.other-color .na{color:#7D9029}html.other-color .nb{color:#008000}html.other-color .nc{color:#0000FF;font-weight:bold}html.other-color .no{color:#880000}html.other-color .nd{color:#AA22FF}html.other-color .ni{color:#999999;font-weight:bold}html.other-color .ne{color:#D2413A;font-weight:bold}html.other-color .nf{color:#0000FF}html.other-color .nl{color:#A0A000}html.other-color .nn{color:#0000FF;font-weight:bold}html.other-color .nt{color:#008000;font-weight:bold}html.other-color .nv{color:#19177C}html.other-color .ow{color:#AA22FF;font-weight:bold}html.other-color .w{color:#bbbbbb}html.other-color .mf{color:#666666}html.other-color .mh{color:#666666}html.other-color .mi{color:#666666}html.other-color .mo{color:#666666}html.other-color .sb{color:#BA2121}html.other-color .sc{color:#BA2121}html.other-color .sd{color:#BA2121;font-style:italic}html.other-color .s2{color:#BA2121}html.other-color .se{color:#BB6622;font-weight:bold}html.other-color .sh{color:#BA2121}html.other-color .si{color:#BB6688;font-weight:bold}html.other-color .sx{color:#008000}html.other-color .sr{color:#BB6688}html.other-color .s1{color:#BA2121}html.other-color .ss{color:#19177C}html.other-color .bp{color:#008000}html.other-color .vc{color:#19177C}html.other-color .vg{color:#19177C}html.other-color .vi{color:#19177C}html.other-color .il{color:#666666}}