*{box-sizing:border-box}html,body{margin:0;min-height:100%;overscroll-behavior:none}body{background:#d2d7c7;background-image:radial-gradient(ellipse at 30% 20%,#f3eedf,#bbc5b5);font-family:'Trebuchet MS',Arial,sans-serif;min-height:100dvh;display:grid;place-items:center;color:#324d47}button{font:inherit;border:0;cursor:pointer;touch-action:manipulation}button:focus-visible,canvas:focus-visible{outline:3px solid #c47e48;outline-offset:-3px}[hidden]{display:none!important}.game{width:min(100vw,460px,62dvh);height:min(100dvh,880px);display:flex;flex-direction:column;background:#f4efe4;box-shadow:0 25px 80px #3c514c26;position:relative;overflow:hidden}header{flex:none;height:85px;padding:17px 20px 8px;display:flex;justify-content:space-between;align-items:center}.eyebrow{font-size:8px;font-weight:800;letter-spacing:1.8px;color:#738078}h1{font-family:Georgia,serif;font-size:31px;letter-spacing:-1.6px;margin:5px 0 0;font-weight:normal}h1 i{color:#a96b4f}.brand-dot{font-size:20px;color:#c99949;margin-left:7px}.tools{display:flex;gap:4px}.tools button{width:36px;height:40px;background:none;color:#3c5f55;font-size:22px;display:grid;place-items:center}.tools svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.stats{height:76px;flex:none;display:flex;align-items:center;gap:22px;padding:8px 23px 15px}.stats small{display:block;font-size:8px;letter-spacing:1.2px;font-weight:800;color:#7c887e}.stats strong{display:block;font-size:27px;line-height:1.4}.goal{font-size:11px;font-weight:normal;color:#7e877b}progress{height:4px;width:110px;display:block;appearance:none;border:0;border-radius:4px;overflow:hidden;background:#dce1d2}progress::-webkit-progress-bar{background:#dce1d2}progress::-webkit-progress-value{background:#588578}.next{margin-left:auto;text-align:center}.next canvas{width:60px;height:40px;display:block;margin-top:2px}.board-wrap{position:relative;flex:1;min-height:0;margin:0 20px;border:7px solid #dedbcb;border-radius:16px;background:#e9e7da;box-shadow:inset 0 1px 4px #56664a25;overflow:hidden;display:grid;place-items:center}#board{height:100%;width:auto;max-width:100%;aspect-ratio:4/7;display:block;touch-action:none;outline:none}footer{flex:none;padding:10px 20px 12px;text-align:center}footer p{font-size:10px;color:#788577;margin:1px 0 10px}.controls{display:flex;gap:7px;justify-content:center}.controls button{flex:1;height:46px;background:#e4e7da;border-radius:11px;color:#3c6358;font-size:27px;box-shadow:0 3px 0 #ccd2c0}.controls .place{flex:1.6;background:#477668;color:#fffbed;font-size:23px;box-shadow:0 3px 0 #315a4d}.place span{font-size:10px;letter-spacing:1.4px;font-weight:bold}.keyboard{font-size:8px;color:#8c9284;display:block;margin-top:12px}#overlay{position:absolute;inset:0;background:#ecebdfb5;backdrop-filter:blur(6px);display:grid;place-items:center;padding:17px}.card{text-align:center;max-width:290px}.ornament{font-size:50px;color:#c7984c;margin:10px 0}h2{font:normal 38px/1.05 Georgia,serif;letter-spacing:-1.2px;margin:10px 0;color:#3b5b50}.card p{font-size:12px;line-height:1.65;color:#707d70}.rules{display:flex;justify-content:center;gap:16px;font-size:10px;margin:18px 0;color:#587567}.primary{width:100%;padding:15px 18px;background:#456f5e;color:#fffbed;border-radius:11px;font-size:12px;font-weight:700;margin-top:8px}.primary span{float:right;color:#dbd6a6}.secondary{background:none;text-decoration:underline;color:#617867;font-size:11px;margin-top:13px}#toast{position:absolute;top:44%;left:0;right:0;text-align:center;pointer-events:none;font:bold 27px Georgia,serif;color:#31574c;text-shadow:0 2px 0 #fff9}.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}html[data-embed=true] .game{width:100%;height:100dvh;max-height:none;border:0;border-radius:0}html[data-embed=true] .tools{display:none}@media(min-width:600px){.game{border-radius:23px;border:5px solid #fff7}}@media(max-height:690px){header{height:66px;padding-top:8px}h1{font-size:26px}.stats{height:62px;padding-bottom:8px}.stats strong{font-size:23px}footer{padding:7px 16px 8px}.keyboard{display:none}footer p{margin-bottom:7px}.controls button{height:42px}h2{font-size:28px}.ornament{font-size:27px;margin:4px}.card p{font-size:11px}.rules{margin:9px 0}}@media(max-width:350px){.stats{gap:12px;padding-inline:16px}progress{width:85px}.board-wrap{margin-inline:12px}header{padding-inline:15px}h1{font-size:25px}}

#board{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:none;aspect-ratio:auto}
header.standalone-tools{height:44px;padding:2px 16px;justify-content:flex-end}html[data-embed=true] header.standalone-tools{display:none}.stats{padding-top:12px}
