: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}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}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}}.App{display:flex;flex-direction:column;align-items:center;min-height:100vh;width:100%;box-sizing:border-box;padding:20px;background-size:cover;background-position:center;background-attachment:fixed;transition:background-image .5s ease;color:#ffffffe6;font-family:Nunito,sans-serif}.bg-kitchen{background-image:linear-gradient(#000000b3,#000000b3),url(https://media.istockphoto.com/id/1441165451/vector/white-and-brown-kitchen-counter-watercolor-illustration.jpg?s=612x612&w=0&k=20&c=m3pJeV5kUK5DmtWRy7SAbYNG07KhtK9eCR4VQJ1Aexg=)}.bg-bakery{background-image:linear-gradient(#000000b3,#000000b3),url(https://t4.ftcdn.net/jpg/08/16/31/27/360_F_816312735_Ys6gqbxunr2jwgNh0PDUJsQwq55Qmump.jpg)}.bg-factory{background-image:linear-gradient(#000000b3,#000000b3),url(https://img.freepik.com/premium-photo/orange-juice-factory-workers-watercolor_1282444-231961.jpg)}.bg-space{background-image:linear-gradient(#000000b3,#000000b3),url(https://thumbs.dreamstime.com/b/watercolor-realistic-isoalated-illustration-beautiful-cafe-french-bakery-morning-light-soft-pastel-color-white-background-365733967.jpg)}.header{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}h1{text-align:center;margin-bottom:5px;font-family:Fredoka One,cursive;font-size:3.5rem;color:#fa0;text-shadow:2px 2px 4px rgba(0,0,0,.8);letter-spacing:2px}h2{text-align:center;margin-bottom:20px;font-family:Nunito,sans-serif;font-size:2.5rem;font-weight:800;text-shadow:1px 1px 3px rgba(0,0,0,.8)}.salted-egg{width:25em;height:auto;padding:1.5em;transition:transform .05s ease-in-out,filter .3s ease-in-out;border:none;outline:none;-webkit-tap-highlight-color:transparent}.salted-egg:hover{cursor:pointer;transform:scale(1.1);filter:drop-shadow(0 0 20px rgba(255,165,0,.6))}.salted-egg:active{transform:scale(.95);filter:drop-shadow(0 0 10px rgba(255,140,0,.8))}.container{margin-top:50px;display:flex;justify-content:center;flex-wrap:wrap;gap:20px;width:100%;max-width:1200px}.upgrade{background-color:#1e1e1e99;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:8px;padding:20px;width:220px;line-height:1.5;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.upgrade:hover{filter:drop-shadow(0 0 20px rgba(255,160,134,.6))}.button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:600;font-family:inherit;background-color:#1a1a1a;color:#fff;cursor:pointer;margin-top:15px;width:100%}.button:hover{background-color:#333}.button:disabled{background-color:#555;color:#888;cursor:not-allowed;border:1px solid #444}.button:disabled:hover{background-color:#555;filter:none}.floating-text{position:absolute;pointer-events:none;font-size:2rem;font-weight:700;color:#06f;text-shadow:2px 2px 4px rgba(0,0,0,.5);animation:floatUp 1s ease-out forwards;z-index:100;transform:translate(-50%,-50%)}@keyframes floatUp{0%{opacity:1;transform:translate(-50%,-50%) translateY(0)}to{opacity:0;transform:translate(-50%,-50%) translateY(-100px)}}
