body{font-family:Trebuchet MS,sans-serif;text-align:center;color:#3b2f1e;margin:0;padding:2em;height:100vh;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:relative;background:linear-gradient(270deg,#fffbea,#ffefc4,#fbe1f0,#d6e8ff,#e4ffd6);background-size:800% 800%;animation:floralDrift 25s ease infinite}@keyframes floralDrift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}h1{color:#d4a017;text-shadow:1px 1px 2px #b38b00;margin-bottom:.2em;animation:headerBloom 3s ease-in-out infinite alternate}@keyframes headerBloom{0%{text-shadow:0 0 4px #ffd966}to{text-shadow:0 0 15px #ffe48a}}p{margin:.5em auto 1em;max-width:600px}.bee-icon{width:160px;height:160px;border-radius:50%;border:3px solid goldenrod;background-color:#fff8dc;cursor:pointer;transition:transform .15s ease,box-shadow .25s ease;animation:beeFloat 4s ease-in-out infinite;position:relative;z-index:2}@keyframes beeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.bee-icon:hover{transform:scale(1.07);box-shadow:0 0 18px gold}.bee-icon:active{transform:scale(.9)}.glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:350px;height:350px;background:radial-gradient(circle,rgba(255,235,80,.9) 0%,transparent 70%);animation:glow-pulse 1.5s ease-in-out infinite;pointer-events:none;z-index:1;filter:blur(6px)}@keyframes glow-pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.6}50%{transform:translate(-50%,-50%) scale(1.25);opacity:.9}}button{background-color:wheat;border:2px solid #b8860b;border-radius:8px;padding:8px 14px;margin:6px;cursor:pointer;font-size:1em;transition:background-color .2s ease,transform .1s ease}button:hover:not(:disabled){background:linear-gradient(90deg,#fff4a3 0%,#ffe48f 50%,#fff4a3 100%);background-size:200% 100%;animation:shimmer 1.6s linear infinite;transform:scale(1.05)}@keyframes shimmer{0%{background-position:200% 0}to{background-position:0 0}}button:disabled{background-color:#e0cda9;cursor:not-allowed;opacity:.6}.upgrade-description{font-size:.9em;color:#4a3b20;margin-bottom:1em;font-style:italic}div{margin:10px auto;font-weight:700;font-size:1.1em}
