:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#fff;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:400;line-height:1.5}body{min-width:320px;min-height:100vh;margin:0}*{box-sizing:border-box}@font-face{font-family:Ra;src:url(https://res.cloudinary.com/wedgietracker/raw/upload/v1736262585/fonts/Ra_cvjwy5.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Ra;src:url(https://res.cloudinary.com/wedgietracker/raw/upload/v1736262585/fonts/Ra-Bold_yloqyg.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}body{font-family:Ra,sans-serif}.container{color:#fff;background-color:#000;flex-direction:column;align-items:center;max-width:800px;min-height:100vh;margin:0 auto;padding:2rem .5rem;display:flex;position:relative}.logo{justify-content:center;align-items:center;width:3rem;margin-bottom:2rem;display:flex}.pacman-container{pointer-events:none;width:100%;height:calc(100% - 2rem);padding-bottom:4rem;position:absolute;top:-1rem;left:0}@media (width<=768px){.pacman-container{width:calc(100% - 2rem);left:1rem}}.pacman{z-index:2;transform-origin:50%;width:25px;height:25px;transition:all 30ms linear;position:absolute;transform:translate(-50%,-50%)}@media (width<=768px){.pacman{width:15px;height:15px}}.pacman-top{background-color:#ff0;border-radius:50px 50px 0 0;width:25px;height:12px;animation:.5s linear infinite spin1}@media (width<=768px){.pacman-top{width:15px;height:8px}}.pacman-bottom{background-color:#ff0;border-radius:0 0 50px 50px;width:25px;height:12px;animation:.5s linear infinite spin2}@media (width<=768px){.pacman-bottom{width:15px;height:8px}}.feed{width:10px;height:10px;animation:3s linear infinite eat;position:absolute;top:50%;transform:translateY(-50%)}@keyframes spin1{0%{transform:rotate(0)}50%{transform:rotate(-35deg)}}@keyframes spin2{0%{transform:rotate(0)}50%{transform:rotate(35deg)}}@keyframes move-pacman{0%{left:-150px}to{left:calc(100% + 150px)}}@keyframes eat{0%{box-shadow:100px 0 #fff,300px 0 #fff,500px 0 #fff,700px 0 #fff,900px 0 #fff}to{box-shadow:0 0 #fff,100px 0 #fff,300px 0 #fff,500px 0 #fff,700px 0 #fff}}.pacman-container-wrapper{width:100%;max-width:400px;margin:0 auto;position:relative;transform:translateY(3rem)}.projects{pointer-events:all;z-index:1000;flex-direction:column;gap:2rem;width:100%;padding-bottom:4rem;display:flex;position:relative}.overlay{pointer-events:none;background-color:#000;border:1px solid #ffffff1a;border-radius:2rem;width:100%;max-width:460px;padding-bottom:2rem;overflow:hidden;box-shadow:inset 0 0 72px 10px #ffffff0d}.project-item{text-align:center;color:#fff;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;height:4rem;text-decoration:none;transition:all .2s;display:flex}.project-item:hover{color:#ff0}@media (width<=768px){.project-item{height:3rem}}.project-item h2{margin:0;font-size:1.3rem;font-weight:700}@media (width<=768px){.project-item h2{font-size:1rem}}.project-item p{opacity:.5;margin:0;font-size:.8rem}.project-note{font-style:italic}.dots-container{width:100%;height:100%;position:absolute;top:0;left:0}.dot{background-color:#fff;border-radius:50%;width:4px;height:4px;transition:opacity .1s;position:absolute;transform:translate(-50%,-50%)}@media (width<=768px){.dot{width:2px;height:2px}}.dot.hidden{opacity:0}.pacman.moving-left{transform:translate(-50%,-50%)rotate(180deg)}.pacman.moving-down{transform:translate(-50%,-50%)rotate(90deg)}.pacman.moving-up{transform:translate(-50%,-50%)rotate(270deg)}.pacman.moving-right{transform:translate(-50%,-50%)rotate(0)}
