:root{--bg: #eee;--fg: #111;background-color:var(--bg);color:var(--fg);font-size:18px;font-weight:400;font-family:Geist Mono,monospace}*,*:before,*:after{padding:0;margin:0;box-sizing:border-box;font-size:inherit;color:inherit;font-family:inherit;text-decoration:none;list-style:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;flex-wrap:wrap;font-weight:400}#app{display:flex;flex-direction:column;gap:.5rem;width:100svw;height:100svh;padding:.5rem;justify-content:center;align-items:center}ul.links{display:inline-flex;flex-direction:row}ul.links li{display:inline}ul.links li:before{white-space-collapse:preserve}ul.links li:not(:first-child,:last-child):before{content:", "}ul.links li:last-child:nth-child(2):before{content:" & "}ul.links li:last-child:not(:nth-child(2)):before{content:", & "}a{text-decoration:underline}.row{display:inline-flex;flex-direction:row;gap:.5rem;flex-wrap:wrap}canvas{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1}@media screen and (max-width: 768px){#app{align-items:flex-start;padding:2rem;gap:1.5rem}}
