@font-face{font-family:"Jersey 15";src:url(/fonts/jersey15.ttf) format("truetype")}:root{--theme-bg: #16191c;--theme-bg-secondary: #252a2e;--theme-bg-tertiary: #1b1f22;--theme-fg: #a3aaaf;--theme-fg-alt-rgb: 106, 111, 121;--theme-fg-alt: rgb(var(--theme-fg-alt-rgb));--theme-accent-rgb: 163, 170, 175;--theme-accent: rgb(var(--theme-accent-rgb));--theme-accent-alt: #2c3237;--theme-accent-third: rgb(140, 155, 189);--theme-accent-title-rgb: var(--theme-accent-rgb);--theme-accent-title: rgb(var(--theme-accent-title-rgb));--theme-border-rgb: 56, 60, 66;--theme-border: rgb(var(--theme-border-rgb))}html{line-height:1.5;font-family:"Jersey 15",sans-serif,monospace;font-size:22px;-webkit-font-smoothing:none;font-smooth:never;scroll-behavior:smooth}body{padding:1rem;margin:auto;background-color:var(--theme-bg);color:var(--theme-fg)}.section{display:flex;flex-direction:column;padding:2.4rem;overflow-wrap:break-word;clip-path:polygon(0px calc(100% - 8px),8px calc(100% - 8px),8px 100%,calc(100% - 8px) 100%,calc(100% - 8px) calc(100% - 8px),100% calc(100% - 8px),100% 8px,calc(100% - 8px) 8px,calc(100% - 8px) 0px,8px 0px,8px 8px,0px 8px);box-sizing:border-box;background-color:var(--theme-bg-secondary);gap:1rem;animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.section,#header{max-width:52rem;width:100%}.alt{color:var(--theme-fg-alt)}.section p{margin:0}p{-webkit-hyphens:auto;hyphens:auto}.centered{margin:0 auto;width:fit-content;position:relative;z-index:2}.dashboard{display:grid;grid-template-columns:1fr;max-width:52rem;gap:1rem}.dashboard>:first-of-type{grid-column:1 / -1}.ez-gap,.ez-meow{min-width:0}@media(min-width:800px){.dashboard{grid-template-columns:repeat(2,1fr)}}.title{color:var(--theme-accent-title);padding-bottom:.25em;border-bottom:2px solid var(--theme-border);text-align:center;justify-content:center;margin:0;padding-bottom:.5rem;display:flex;align-items:center;gap:.25em}.title-1{font-size:1.25rem}.title-2{color:var(--theme-fg-alt);padding-bottom:.16rem;border-bottom:none;font-size:.9rem}.title.title-2:after{background-image:linear-gradient(90deg,rgba(var(--theme-border-rgb),0) 0,rgba(var(--theme-fg-alt-rgb),255))}.title:after{background-image:linear-gradient(90deg,rgba(var(--theme-accent-title-rgb),0) 0,rgba(var(--theme-accent-title-rgb),255));content:"";display:block;flex:1;margin-left:.5ch;height:.3rem;border-radius:3px}.title .icon{height:24px;width:24px;shape-rendering:crispEdges}.box{background-color:var(--theme-accent-alt);color:var(--theme-accent);padding:.5rem 1rem;width:fit-content;line-height:1;clip-path:polygon(0px calc(100% - 6px),6px calc(100% - 6px),6px 100%,calc(100% - 6px) 100%,calc(100% - 6px) calc(100% - 6px),100% calc(100% - 6px),100% 6px,calc(100% - 6px) 6px,calc(100% - 6px) 0px,6px 0px,6px 6px,0px 6px);display:inline-flex;align-items:center;gap:.35rem;transition:filter .2s ease}.box:hover{filter:brightness(120%)}.box svg{flex-shrink:0}a,a:visited,a:active{color:var(--theme-accent-third);text-decoration:none}a:hover{text-decoration:2px underline;text-underline-offset:3px}#header{position:relative;display:flex;flex-direction:row;justify-content:space-between;z-index:1}#header,#header #left,#header #links{flex-wrap:wrap}#header #left,#header #links{display:flex;flex-direction:row;align-items:center;gap:.5rem;margin:0;padding:0}#header img{width:auto;height:1.5em}nav .module{clip-path:polygon(0px calc(100% - 6px),6px calc(100% - 6px),6px 100%,calc(100% - 6px) 100%,calc(100% - 6px) calc(100% - 6px),100% calc(100% - 6px),100% 6px,calc(100% - 6px) 6px,calc(100% - 6px) 0px,6px 0px,6px 6px,0px 6px);padding:.5em 1.25em;box-sizing:border-box;background-color:var(--theme-bg-secondary)}#logo{display:flex;align-items:center;padding:.5em}.labeled-icons{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.25rem;min-width:0}.labeled-icons.full{flex-direction:column;flex-wrap:nowrap}.labeled-icons.full .box{max-width:80%}.labeled-icons.b88x31{gap:.35rem}.labeled-icons.b88x31 a{display:flex;width:88px;height:31px;background:var(--theme-bg-tertiary);color:var(--theme-fg-alt);justify-content:center}.labeled-icons.b88x31 a,#muxiepuff{clip-path:polygon(0px calc(100% - 3px),3px calc(100% - 3px),3px 100%,calc(100% - 3px) 100%,calc(100% - 3px) calc(100% - 3px),100% calc(100% - 3px),100% 3px,calc(100% - 3px) 3px,calc(100% - 3px) 0px,3px 0px,3px 3px,0px 3px)}.labeled-icons.b88x31 li{transition:filter .2s ease}.labeled-icons.b88x31 li:hover{filter:brightness(.5)}.labeled-icons.b88x31 img{image-rendering:pixelated}#extra{display:flex;list-style:none;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:0}#extra svg{width:15rem;max-width:100%;height:15rem}@media(max-width:768px){html{font-size:18px}.section{padding:1.5rem}#extra{justify-content:center;gap:1rem}#extra svg{width:8rem;height:8rem}}@media(max-width:480px){html{font-size:16px}body{padding:.5rem}.section{padding:1rem}.box{padding:.4rem .8rem;font-size:.9em}.box svg{width:20px;height:20px}.title{font-size:1.1rem}#extra svg{width:6rem;height:6rem}.alt-font{font-size:14px}}#muxiepuff{display:flex;padding:0;background:none;outline:none;border:none;cursor:pointer}.name-scroller{display:inline-block;position:relative;vertical-align:middle;margin-top:-3px;overflow:hidden}.name-wrapper{transition:transform .3s ease-in-out,opacity .3s ease-in-out;transform:translateY(0);opacity:1}.name-wrapper.animating{transform:translateY(-100%);opacity:0}.name-wrapper:not(.animating){transform:translateY(0);opacity:1}.name-text{position:relative;display:inline-block}.name-underline{position:absolute;bottom:2px;left:0;width:100%;height:2px;background:currentColor;box-shadow:0 0 8px currentColor;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.inline-code{font-family:monospace,"Jersey 15",sans-serif;font-size:.75em;background-color:var(--theme-border);padding:1px;display:inline-block;clip-path:polygon(0px calc(100% - 2px),2px calc(100% - 2px),2px 100%,calc(100% - 2px) 100%,calc(100% - 2px) calc(100% - 2px),100% calc(100% - 2px),100% 2px,calc(100% - 2px) 2px,calc(100% - 2px) 0px,2px 0px,2px 2px,0px 2px);line-height:1.6;vertical-align:middle;cursor:pointer;outline:none;border:none}.inline-code>span{display:block;background-color:var(--theme-bg-tertiary);color:var(--theme-fg);padding:.15em .4em;clip-path:polygon(0px calc(100% - 2px),2px calc(100% - 2px),2px 100%,calc(100% - 2px) 100%,calc(100% - 2px) calc(100% - 2px),100% calc(100% - 2px),100% 2px,calc(100% - 2px) 2px,calc(100% - 2px) 0px,2px 0px,2px 2px,0px 2px);font-weight:500}p,.title{transform:translateZ(0);-webkit-transform:translateZ(0px);will-change:transform}hr{width:100%;border:none;border-top:2px solid var(--theme-border)}footer{margin-top:1rem}footer.section{display:flex;align-items:center;justify-content:center;gap:1ch}footer p{text-align:center;gap:1ch;margin:0;padding:0}footer a{overflow-wrap:anywhere;word-break:break-word}footer #f-heart{color:var(--theme-accent-third);vertical-align:middle}#grid-bg{position:fixed;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(var(--theme-border) 1px,transparent 1px),linear-gradient(90deg,var(--theme-border) 1px,transparent 1px);background-size:200px 100px;opacity:.3;animation:grid-scroll 20s linear infinite;z-index:1}@keyframes grid-scroll{0%{transform:perspective(500px) rotateX(60deg) translateY(0)}to{transform:perspective(500px) rotateX(60deg) translateY(50px)}}.ez-gap{display:flex;flex-direction:column;gap:1rem}.ez-meow{display:grid;grid-template-rows:auto 1fr;gap:1rem}.ez-meow img{height:10rem;image-rendering:pixelated}.ez-meow>.section:last-child{display:flex;align-items:center;justify-content:center}.box-text{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.dashboard,.dashboard *{min-width:0}
