body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.windmill-container{display:flex;flex-direction:column;height:100vh;overflow-x:hidden;-webkit-user-select:none;user-select:none}.windmill-container,.windmillSpan{align-items:center;justify-content:center}.windmillSpan{display:inline-flex;transform-origin:center}.windmill{animation:spin linear infinite;color:#57a3ff;font-size:500px;z-index:10}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.controls{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-top:50px 0}.speed-display{font-size:50px;font-weight:700;margin:0 10px;min-width:30px}.icon{cursor:pointer;font-size:50px;margin:0 25px}.icon:hover{opacity:.8}.wind-particle{animation:wind-move linear infinite;background-color:#5e9fe9cc;border-radius:50%;left:10%;mix-blend-mode:soft-light;opacity:1;position:absolute;z-index:1}.wind-particle.top{top:20%}.wind-particle.middle{top:40%}.wind-particle.bottom{top:65%}.wind-particle:nth-child(odd){animation-duration:3.5s;height:15px;width:15px}.wind-particle:nth-child(2n){animation-duration:2s;height:10px;width:10px}@keyframes wind-move{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:.3;transform:translate(80vw) scale(.5)}}.nav-bar{align-items:center;background-color:#272727;display:flex;gap:20px;height:50px;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.nav-icon{color:#fff;cursor:pointer;font-size:24px;transition:color .3s}.nav-icon:hover{color:#555}.nav-icon.active{color:#ffa836}.clicker-container{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;text-align:center;-webkit-user-select:none;user-select:none}.emoji{cursor:pointer;font-size:150px;transition:transform .3s}@keyframes shake{0%{transform:rotate(0deg)}25%{transform:rotate(-15deg)}50%{transform:rotate(15deg)}75%{transform:rotate(-15deg)}to{transform:rotate(0deg)}}.shake{animation:shake .2s ease-in-out}.firework{animation:explode 1s ease-out forwards;font-size:80px;position:absolute;top:40%}.firework-left{left:25%}.firework-right{right:25%}@keyframes explode{0%{opacity:1;transform:scale(.5) translateY(0)}to{opacity:0;transform:scale(3) translateY(-130%)}}.count-text{font-size:100px}.popup{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;width:100%}.popup-content{background:#1a1a1a;border-radius:10px;box-shadow:0 4px 10px #0003;padding:20px;text-align:center}.popup-resetIcon{border:none;border-radius:5px;color:#ff8944;cursor:pointer;font-size:50px;padding:10px 20px}.popup-resetIcon:hover{animation:rotateIcon 1s ease-out forwards;opacity:.7}@keyframes rotateIcon{0%{transform:rotate(0deg)}to{transform:rotate(-180deg)}}.palette-container{align-items:center;display:flex;height:100vh;justify-content:center;overflow:hidden;position:relative}.circle{border-radius:50%;box-shadow:0 4px 10px #0003;cursor:pointer;height:15vw;position:relative;width:15vw}.circle:hover{box-shadow:0 4px 10px #00000040}.sub-circle{border-radius:50%;box-shadow:0 2px 6px #0003;height:15vw;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:transform .4s ease,opacity .4s ease;width:15vw}.sub-circle.expanding{animation:expandAndFade .8s ease-out forwards;z-index:1}@keyframes expandAndFade{0%{height:15vw;opacity:1;width:15vw}to{height:300vw;opacity:1;width:300vw}}.sub-circle.visible{opacity:1}.sub-circle.visible:hover{box-shadow:0 6px 12px #00000040;transform:scale(1.1)}.App{text-align:center}
/*# sourceMappingURL=main.3699f6eb.css.map*/