*{box-sizing:border-box}body{margin:0;color:#24452f;font-family:"Segoe UI",Tahoma,Arial,sans-serif}button{font:inherit}main{min-height:100vh;display:grid;place-items:center;padding:28px;background:linear-gradient(#8ed7f3 0 56%,#78c665 56%);overflow:hidden;position:relative}.cloud{position:absolute;color:white;font-size:92px;opacity:.8;filter:drop-shadow(0 8px 0 #75c3e5)}.one{top:3%;left:6%}.two{top:13%;right:6%;transform:scale(.7)}.game{position:relative;width:min(1040px,100%);border:4px solid #fff6ce;border-radius:32px;overflow:hidden;box-shadow:0 26px 70px #25563866;background:#fff9e7}header{padding:22px 30px;display:flex;justify-content:space-between;align-items:center;background:#fff6d5;border-bottom:3px solid #f0d883}header p{margin:0;color:#e0773f;font-weight:800;font-size:13px}h1{margin:1px 0 0;font-size:clamp(27px,4vw,43px);line-height:1;color:#277241}#new{border:2px solid #e7c775;background:#fffdf4;color:#915b2f;padding:10px 15px;border-radius:14px;cursor:pointer;font-weight:800;box-shadow:0 4px #dfbf6f}.stats{display:flex;justify-content:center;gap:14px;padding:14px;background:#f7e8b9}.stats div{min-width:120px;padding:8px 15px;background:#fffaf0;border-radius:15px;display:grid;grid-template-columns:auto 1fr;column-gap:9px;border:2px solid #ead89f;font-size:27px}.stats small{font-size:12px;color:#98734c;font-weight:700}.stats b{font-size:18px}.world{min-height:410px;padding:28px;display:flex;gap:35px;align-items:center;justify-content:center;background:radial-gradient(circle at 10% 10%,#aee084 0 4px,transparent 5px),#8fce69;background-size:35px 35px}aside{width:180px;height:180px;background:#d95c3f;border:8px solid #fff1ca;clip-path:polygon(50% 0,100% 31%,100% 100%,0 100%,0 31%);display:flex;flex-direction:column;align-items:center;justify-content:end;padding-bottom:22px;color:white}aside span{font-size:54px}aside b{background:#833e2b;padding:4px 18px;border-radius:8px}.field{background:#dfad66;padding:16px;border:5px solid #9b6636;border-radius:25px;box-shadow:inset 0 0 0 4px #f2ca87,0 9px #5f8f43}#grid{display:grid;grid-template-columns:repeat(4,82px);gap:8px}.plot{position:relative;height:72px;border:0;border-radius:15px;background:repeating-linear-gradient(170deg,#895129 0 7px,#77451f 8px 14px);box-shadow:inset 0 3px 4px #4e2c17,0 3px #f1c57d;cursor:pointer;transition:.15s}.plot:hover{transform:scale(1.05)}.plot.watered{background:repeating-linear-gradient(170deg,#5c3a27 0 7px,#4b3021 8px 14px)}.plot span{font-size:38px}.plot.ready span{display:inline-block;animation:bob .7s infinite alternate}.plot i{position:absolute;top:3px;right:6px;font-style:normal}.field p{text-align:center;margin:13px 0 0;color:#63401f;font-weight:800;font-size:13px}footer{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:17px 25px;background:#fff4ce;border-top:3px solid #e9d38b}footer p{margin:0;font-weight:800}#next{border:0;border-radius:15px;background:#e8833e;color:white;font-weight:900;padding:13px 19px;cursor:pointer;box-shadow:0 5px #a94e27}@keyframes bob{to{transform:translateY(-7px) rotate(3deg)}}@media(max-width:720px){main{padding:10px}.game{border-radius:22px}header{padding:16px}.world{padding:18px 8px}aside{display:none}#grid{grid-template-columns:repeat(4,min(18vw,72px))}.plot{height:65px}.stats{gap:5px}.stats div{min-width:0;padding:6px 9px}footer{flex-direction:column;text-align:center}}
