:root{--palladian: #eee9df;--oatmeal: #c9c1b1;--fantastic: #2c3b4d;--flame: #ffb162;--truffle: #a35139;--abyssal: #1b2632}:root{--logo-image: url(/FuzzleLab-logo.png)}*{padding:0;margin:0;box-sizing:border-box}body{width:100vw;min-height:100vh;overflow-x:hidden;height:1000vh;background-color:#7fffd4}.indicator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;background-color:red;border:2px solid gold;z-index:1000}.container{min-height:100vh}.mask{height:200vh;width:100%;-webkit-user-select:none;user-select:none;display:flex;justify-content:center;align-items:center;position:relative;background:#fff;mix-blend-mode:screen}#logo{width:40vw;margin-bottom:0vh;position:absolute;top:35%;left:50%;transform:translate(-50%,-50%);z-index:2}h2{font-size:100px;letter-spacing:.1em;position:absolute;width:fit-content;top:22.5%}h2 span{display:inline-block;transform-origin:center}#heroCanvas{position:fixed;z-index:-1;top:0;right:0;bottom:0;left:0;height:100%;width:100%;object-fit:cover}.custom-cursor{position:fixed;width:30px;height:30px;border:2px solid var(--flame);border-radius:50%;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);transition:width .3s ease,height .3s ease,border-color .3s ease;mix-blend-mode:difference}@media (pointer: coarse){.custom-cursor{display:none}}@media screen and (max-width: 768px){body{height:800vh}#logo{width:70vw;top:30%}h2{font-size:40px;letter-spacing:.05em;top:20%}.mask{height:150vh}.indicator{width:40px;height:40px}}@media screen and (min-width: 769px) and (max-width: 1024px){body{height:900vh}#logo{width:50vw;top:32%}h2{font-size:70px;letter-spacing:.08em;top:21%}.mask{height:175vh}}@media screen and (min-width: 1920px){#logo{width:35vw}h2{font-size:120px}}@media screen and (max-height: 600px) and (orientation: landscape){#logo{width:40vw;top:40%}h2{font-size:50px;top:25%}.mask{height:120vh}}
