html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;color:inherit;vertical-align:baseline;border:0;margin:0;padding:0;text-decoration:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}:root{--code-background-color:#f8f8f8;--code-text-color:black}.st-comment{color:#aa7}.st-keyword{color:#333;font-weight:700}.st-number,.st-keywordLiteral{color:teal}.st-string{color:#d14}.st-escapeSequence{color:#797306}.st-label{font-style:italic}.st-builtin{color:#0086b3}.st-parameter{font-style:italic}.st-type,.st-typeParameter,.st-enum,.st-class,.st-struct{color:#458;font-weight:700}.st-function,.st-method{color:#900;font-weight:700}.st-method{font-style:italic}.st-escapeSequence .st-string{color:inherit}@media (prefers-color-scheme:dark){:root{--code-background-color:#1e1e1e;--code-text-color:#ccc}.st-comment{color:#aa7}.st-keyword{color:#ccc}.st-number,.st-keywordLiteral{color:#ff8080}.st-string{color:#2e5}.st-escapeSequence{color:#5ee}.st-builtin{color:#ff894c}.st-type,.st-typeParameter,.st-enum,.st-class,.st-struct{color:#68f}.st-function,.st-method{color:#b1a0f8}}:root{--button-background:#b3801a;--output-background:#e6e6e6;--footer-background:#f2f2f2;--footer-text:black;--output-text:black;--resizer-color:#333;--resizer-pivot-color:#fff;--output-zig-outdated-background:#4d4333;--output-zig-latest-background:#e0d1b8;--output-runner-outdated-background:#364349;--output-runner-latest-background:#bdd1db;--output-outdated-text:#999;--output-latest-text:#000;--tooltip-background:#fff;--tooltip-text:#000;--button-text:white;--link-text:#3bf}@media (prefers-color-scheme:dark){:root{--button-background:#705010;--output-background:#141414;--footer-background:#1a1a1a;--footer-text:#ccc;--output-text:#e6e6e6;--resizer-color:#2e2e2e;--resizer-pivot-color:#b3b3b3;--output-zig-outdated-background:#191001;--output-zig-latest-background:#311f02;--output-runner-outdated-background:#011119;--output-runner-latest-background:#022131;--output-outdated-text:#999;--output-latest-text:#fff;--tooltip-background:#000;--tooltip-text:#fff}}body,button{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0;font-size:13pt}body{flex-direction:column;height:100vh;display:flex}main{flex-grow:1;height:calc(100% - 80px)}footer{text-align:center;background-color:var(--footer-background);color:var(--footer-text);justify-content:space-between;align-items:center;padding:.5rem;font-size:.85em;line-height:1.25;display:flex}footer>h1{letter-spacing:-1px;font-size:1em;font-weight:900}footer>h1>a{color:#f7a41d;text-decoration:none}footer #warning{background-color:var(--button-background);color:var(--button-text);border-radius:3px;margin-right:.25rem;padding:.075rem .3rem}p{margin:1rem 0}strong{font-weight:700}i{font-style:italic}a{color:var(--link-text);text-decoration:underline}#split-pane{flex-direction:column;height:100%;display:flex;overflow:hidden}#split-pane>:first-child{height:var(--editor-height-percent)}#split-pane>#resize-bar{height:.5rem}#split-pane>:last-child{height:calc(100% - .5rem - var(--editor-height-percent))}#resize-bar{cursor:row-resize;background-color:var(--resizer-color);width:100%;position:relative}#resize-bar:before{content:"";width:100%;height:100%;position:absolute;transform:scale(3)}#resize-bar:after{content:"";border:2px dashed var(--resizer-pivot-color);border-radius:100px;width:5rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}code{font-family:monospace}.cm-editor{height:100%}.cm-focused{outline:none!important}.cm-tooltip{padding:6px}.cm-lsp-documentation p,.cm-lsp-documentation pre{line-height:1.2}.cm-lsp-documentation :not(pre) code{background:#f8f8f8;border:1px dotted silver}@media (prefers-color-scheme:dark){.cm-lsp-documentation :not(pre) code{background:#222;border:none}}.cm-gutters:hover>.cm-foldGutter>.cm-gutterElement{opacity:1}.cm-foldGutter>.cm-gutterElement{opacity:0;transition:opacity .3s}ul{margin-left:2rem;line-height:1.5;list-style:circle}#run{z-index:1;cursor:pointer;background-color:var(--button-background);color:var(--button-text);border:none;border-radius:3px;padding:.5rem 1.85rem;font-size:1em;font-weight:700;position:fixed;top:1rem;right:1rem}#output{background-color:var(--output-background);height:100%;color:var(--output-text);overflow-y:auto}#output>div{white-space:pre;font-family:monospace}#output>.zig-output{padding:1rem}#output>.zig-output.latest{background-color:var(--output-zig-latest-background);color:var(--output-latest-text)}#output>.zig-output:not(.latest){background-color:var(--output-zig-outdated-background);color:var(--output-outdated-text)}#output>.runner-output{padding:1rem}#output>.runner-output.latest{background-color:var(--output-runner-latest-background);color:var(--output-latest-text)}#output>.runner-output:not(.latest){background-color:var(--output-runner-outdated-background);color:var(--output-outdated-text)}#output>.output-split{background-color:#fff;width:100%;height:1px}
