:root{--max-width:1100px;--border-radius:12px;--font-mono:--font-mono:"Open Sans",Arial,sans-serif;--foreground-rgb:#fff;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255;--primary-glow:conic-gradient(from 180deg at 50% 50%,#16abff33 0deg,#0885ff33 55deg,#54d6ff33 120deg,#0071ff33 160deg,transparent 360deg);--secondary-glow:radial-gradient(#fff,hsla(0,0%,100%,0));--tile-start-rgb:239,245,249;--tile-end-rgb:228,232,233;--tile-border:conic-gradient(#00000080,#00000040,#00000030,#00000020,#00000010,#00000010,#00000080);--callout-rgb:238,240,241;--callout-border-rgb:172,175,176;--card-rgb:180,185,188;--card-border-rgb:131,134,135}@media(prefers-color-scheme:dark){:root{--foreground-rgb:255,255,255;--background-start-rgb:0,0,0;--background-end-rgb:0,0,0;--primary-glow:radial-gradient(rgba(1,65,255,.4),rgba(1,65,255,0));--secondary-glow:linear-gradient(to bottom right,rgba(1,65,255,0),rgba(1,65,255,0),rgba(1,65,255,.3));--tile-start-rgb:2,13,46;--tile-end-rgb:2,5,19;--tile-border:conic-gradient(#ffffff80,#ffffff40,#ffffff30,#ffffff20,#ffffff10,#ffffff10,#ffffff80);--callout-rgb:20,20,20;--callout-border-rgb:108,108,108;--card-rgb:100,100,100;--card-border-rgb:200,200,200}}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw}html{background:#000;background-attachment:fixed}body{color:#fff;height:100%;margin:0;background:transparent}a{color:inherit;text-decoration:none}@media(prefers-color-scheme:dark){html{color-scheme:dark}}.special-text{color:#a67c00}.bottom-page-margin{margin-bottom:20px}.project-tile{align-items:center;justify-content:center;position:absolute;background-size:cover;background-position:50%;width:100%;height:100%;display:flex;cursor:pointer}.project-tile .project-tile-carousel{border-radius:20px;border:1px solid hsla(0,0%,9%,.808);width:90%;height:95%}.project-tile .project-tile-carousel:hover{border:none}.project-tile:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#000;opacity:0;transition:opacity .3s}.project-tile:hover:before{opacity:.9}.project-tile .project-tile-content{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;opacity:0;transition:opacity .5s}.project-tile .project-tile-content h1{text-align:center;font-size:44px}@media(max-width:1200px){.project-tile .project-tile-content h1{font-size:32px}}.project-tile .project-tile-content-carousel h1{font-size:44px}@media(max-width:1920px){.project-tile .project-tile-content-carousel h1{font-size:32px}}@media(max-width:768px){.project-tile .project-tile-content-carousel h1{font-size:24px}}.project-tile:hover .project-tile-content{opacity:1}