a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}[hidden]{display:none}body{line-height:1}menu,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}:root{--white:#fff;--black:#000}html{background-color:var(--white);color:var(--black);font-family:Courier New,Courier,monospace;height:100%}*{box-sizing:border-box}body{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:1rem;gap:1rem;min-height:100%}h1{text-align:initial;font-size:200%;font-weight:700}main{grid-template-columns:0fr 1fr;grid-gap:.5rem 1rem}.controls,main{display:grid;width:100%;min-height:100%}.controls{position:sticky;top:0;background-color:var(--white);grid-column:-1/1;grid-template-columns:0fr 1fr;grid-gap:.5rem 1rem}hr{grid-column:span 2;width:100%;margin:0;border:0;border-top:1px solid var(--black);opacity:.2}h1{grid-column-start:2}@media screen and (max-width:32rem){h1{grid-column-start:unset;grid-column:span 2;text-align:center;font-size:125%}}label{text-align:right;align-self:center}ul li:not(:last-of-type):after{content:"or"}input[type=file]{width:100%}.range{display:flex;align-items:center;gap:.5rem}.range>input[type=range]{flex:auto;width:100%}.range>input[type=number]{flex:none;width:0;min-width:5rem}button:disabled,input:disabled{opacity:.5;cursor:not-allowed}canvas,img,video{border:1px solid var(--black);max-width:100%;max-height:100%}img[src=""]{display:none}dialog{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;max-width:100%;max-height:100%;background-color:transparent;border:0;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem}dialog+.backdrop,dialog::backdrop{background-color:rgba(0,0,0,.8)}dialog+.backdrop{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%}dialog h2{position:absolute;top:0;color:var(--black)}dialog video{background-color:#000;width:100%;height:100%;flex:auto;min-width:0;min-height:0}dialog nav{width:100%;flex:none;display:flex;gap:1px;flex-wrap:wrap}dialog nav button{flex:auto;width:auto}button{width:100%}button,input{font-family:inherit;cursor:pointer;padding:.25rem}#fill{width:auto;appearance:none}#fill::-moz-color-swatch{display:none}#fill::-webkit-color-swatch{display:none}canvas{background-color:#fff}.invert canvas{background-color:#000}footer{margin-top:auto;font-size:75%;text-align:right;align-self:flex-end}#toggle-theme{font-size:0;color:transparent;width:auto;margin-inline-end:.5rem}#toggle-theme:after{content:"🔆";font-size:1rem;color:initial}:root[data-theme=dark]{color-scheme:dark;--white:#000;--black:#fff}:root[data-theme=dark] #toggle-theme:after{content:"🌙"}@media (prefers-color-scheme:dark){:root:not([data-theme]){color-scheme:dark;--white:#000;--black:#fff}:root:not([data-theme]) #toggle-theme:after{content:"🌙"}}@media (pointer:coarse){button{padding:.5rem}input{padding-block:.5rem}}