@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html,body{background-color:#111;margin:0;height:100%;color:#fff;overflow:hidden;width:100vw;-webkit-user-select:none;user-select:none}#root{width:100vw;height:100vh;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none}#app-root{width:100vw;height:100vh;margin:0;padding:0;overflow:hidden;position:relative;background-color:#111;cursor:default}#app-root.cursor-hidden{cursor:none}#app-root.cursor-hidden *{cursor:none!important}.cursor-hidden{cursor:none}.cursor-wrapper{position:absolute;pointer-events:none;-webkit-user-select:none;user-select:none}.cursor-circle{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);image-rendering:pixelated;image-rendering:crisp-edges;width:auto;height:auto;background-size:contain;background-repeat:no-repeat;background-position:center;background-color:transparent;pointer-events:none;z-index:1}.cursor-default{width:24px;height:24px;background-image:url(/UI/cursor.png)!important}.cursor-bunny{width:36px;height:44px;background-image:url(/UI/bunny.png)!important}.cursor-cap{width:42px;height:34px;background-image:url(/UI/cap.png)!important}.cursor-slime{width:50px;height:36px;background-image:url(/UI/slime.png)!important}.cursor-astronaut{width:44px;height:40px;background-image:url(/UI/astronaut.png)!important}.cursor-beanie{width:36px;height:30px;background-image:url(/UI/beanie.png)!important}.cursor-headphones{width:38px;height:38px;background-image:url(/UI/headphones.png)!important}.cursor-sprout{width:34px;height:38px;background-image:url(/UI/sprout.png)!important}.cursor-cathat{width:48px;height:38px;background-image:url(/UI/cathat.png)!important}.cursor-easteregg1{width:32px;height:34px;background-image:url(/UI/easteregg1.gif)!important}.cursor-labels{position:absolute;left:50%;bottom:100%;transform:translate(-50%) translateY(-16px);display:flex;flex-direction:column;align-items:center;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap;z-index:2}.cursor-id-label{font-family:"Press Start 2P",monospace;font-size:.6rem;font-weight:400;margin-bottom:2px;background-color:#111;padding:1px 4px;border-radius:3px;color:#fff;border:1px solid white;pointer-events:none;max-width:max-content}.cursor-timer{font-family:"Press Start 2P",cursive;font-size:.5rem;color:#686868;margin-bottom:4px;pointer-events:none}#logo-container{position:fixed;top:0;left:25px;z-index:10000;pointer-events:none;animation:fadeInFromTop .5s ease-out;margin:0;padding:0}.logo-row{display:flex;align-items:center;gap:8px;pointer-events:none;margin:0;padding:0}#logo{height:100%;width:auto;pointer-events:none;display:block;margin:0;padding:0}#github-logo{width:32px;height:32px;pointer-events:all;cursor:pointer;transition:transform .2s ease}#github-logo:hover{transform:scale(1.1)}#leaderboard{width:auto;height:auto;display:block;margin:0;padding:0}#modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#2424249f;display:flex;justify-content:center;align-items:center;z-index:9999;pointer-events:all;animation:fadeInFromTop .5s ease-out}@keyframes fadeInFromTop{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInFromRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.connect-button{padding:.5rem;color:#fff;font-size:.6rem;background-color:#111;font-family:"Press Start 2P",cursive;pointer-events:all}.connect-button.enabled{cursor:pointer}.connect-button.enabled:hover{color:#cfcfcf}.connect-button.disabled{color:#686868;cursor:not-allowed}.form-container{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:16rem;padding:1rem;background-color:#111;border-radius:.5rem;font-family:"Press Start 2P",cursive;font-size:.7rem;justify-content:center;text-align:center;border:1px solid white;margin:auto;pointer-events:all}.input-global{padding:.5rem;border-radius:1rem;border:1px solid white;background-color:#111;color:#fff;width:75%;text-align:center;outline:none;font-size:.6rem;font-family:"Press Start 2P",cursive;pointer-events:all}.input-global::placeholder{color:#686868}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes fadeOutUp{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(-20px)}}.panel-container{position:fixed;right:8px;top:0;transform:none;pointer-events:none;animation:fadeInFromRight .5s ease-out}.panel-background{width:auto;height:auto;pointer-events:none}.panel-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;gap:10px;padding:20px;box-sizing:border-box;pointer-events:all}.panel-section{display:flex;flex-direction:column;align-items:flex-start;gap:10px;width:100%}.section-title{width:auto;height:auto;align-self:flex-start;padding-top:2px}.button-grid{display:flex;flex-direction:column;gap:8px;width:100%}.panel-section:last-child{gap:2px}.panel-section:last-child .button-grid{gap:8px}.button-row{display:flex;justify-content:center;gap:8px}.panel-section:last-child .button-row{gap:2px}.button{width:auto;height:auto;cursor:pointer;transition:transform .1s ease}.button:hover{transform:scale(1.05)}.button[src*="bunnybutton.png"]:hover{content:url(/UI/bunnybuttonhover.png)}.button[src*="capbutton.png"]:hover{content:url(/UI/capbuttonhover.png)}.button[src*="slimebutton.png"]:hover{content:url(/UI/slimebuttonhover.png)}.button[src*="astronautbutton.png"]:hover{content:url(/UI/astronautbuttonhover.png)}.button[src*="beaniebutton.png"]:hover{content:url(/UI/beaniebuttonhover.png)}.button[src*="headphonesbutton.png"]:hover{content:url(/UI/headphonesbuttonhover.png)}.button[src*="sproutbutton.png"]:hover{content:url(/UI/sproutbuttonhover.png)}.button[src*="catbutton.png"]:hover{content:url(/UI/cathathover.png)}.button[src*="deletehatbutton.png"]:hover{content:url(/UI/deletehatbuttonhover.png)}.button[src*="lockedbutton.png"]:hover{content:url(/UI/lockedbuttonhover.png)}.button[src*="easteregg1button.png"]:hover{content:url(/UI/easteregg1buttonhover.png)}.button[src*="chairbutton.png"]:hover{content:url(/UI/chairbuttonhover.png)}.button[src*="lampbutton.png"]:hover{content:url(/UI/lampbuttonhover.png)}.button[src*="bedbutton.png"]:hover{content:url(/UI/bedbuttonhover.png)}.button[src*="wallsbutton.png"]:hover{content:url(/UI/wallsbuttonhover.png)}.button[src*="plant1button.png"]:hover{content:url(/UI/plant1buttonhover.png)}.button[src*="plant2button.png"]:hover{content:url(/UI/plant2buttonhover.png)}.button[src*="blackcatbutton.png"]:hover{content:url(/UI/blackcatbuttonhover.png)}.button[src*="whitecatbutton.png"]:hover{content:url(/UI/whitecatbuttonhover.png)}.cursor-bunny{background-image:url(/UI/bunny.png)!important}.cursor-cap{background-image:url(/UI/cap.png)!important}.cursor-slime{background-image:url(/UI/slime.png)!important}.cursor-astronaut{background-image:url(/UI/astronaut.png)!important}.cursor-beanie{background-image:url(/UI/beanie.png)!important}.cursor-headphones{background-image:url(/UI/headphones.png)!important}.cursor-sprout{background-image:url(/UI/sprout.png)!important}.cursor-cathat{background-image:url(/UI/cathat.png)!important}.cursor-easteregg1{width:32px;height:34px;background-image:url(/UI/easteregg1.gif)!important}.cursor-default{background-image:url(/UI/cursor.png)!important}.locked-button-container:hover .tooltip,.locked-button-container.clicked .tooltip{opacity:1;visibility:visible}
