:root{font-family:system-ui,-apple-system,"Segoe UI","Noto Sans Georgian",sans-serif;font-size:18px;color:#122f2a;background:#f5fbff}*{box-sizing:border-box}body{margin:0}button,a{font:inherit}button{cursor:pointer}header{min-height:72px;padding:.7rem max(1rem,calc((100vw - 1060px)/2));display:flex;align-items:center;justify-content:space-between;gap:1rem;background:#153f75;color:#fff}header a{color:#fff;text-decoration:none;font-weight:900}main{max-width:1060px;margin:auto;padding:1.1rem 1rem 4rem}.intro{display:flex;align-items:center;gap:1rem;background:#fff;border:4px solid #153f75;border-radius:24px;padding:1rem}.intro img{width:92px;border-radius:50%;border:5px solid #ffbf37}.intro h1{font-size:clamp(2rem,5vw,3rem);margin:0;color:#122f2a}.intro p{font-weight:800;color:#31554d}.menu{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1rem}.menu button{min-height:170px;text-align:left;padding:1.1rem;border:4px solid #153f75;border-radius:24px;background:#fff;color:#122f2a;font-size:3rem;box-shadow:0 7px 0 #9bb6d3}.menu b,.menu small{display:block}.menu b{font-size:1.3rem;margin:.4rem 0}.menu small{font-size:.95rem;font-weight:800;color:#365c55}.game{margin-top:1rem;background:#fff;border:4px solid #d79b00;border-radius:26px;padding:1.2rem}.top{display:flex;justify-content:space-between;gap:1rem}.top h2{font-size:2rem;margin:.2rem 0}.top span{font-weight:950;color:#913d00}.top button,.next{border:0;border-radius:14px;padding:.75rem 1rem;background:#153f75;color:#fff;font-weight:950}.task{padding:1rem;border-left:9px solid #d45800;border-radius:14px;background:#fff0a8;color:#221800;font-size:1.3rem;font-weight:950}.scene{min-height:340px;border-radius:20px;background:#eaf6ff;padding:1.25rem}.balloons{display:flex;justify-content:space-around;align-items:end;gap:.6rem;flex-wrap:wrap;min-height:300px}.balloon{width:100px;height:125px;border:4px solid #5b2942;border-radius:50% 50% 45% 45%;background:#ff87b0;color:#111;font-size:1.8rem;font-weight:950}.balloon:nth-child(2n){background:#74d6ff}.balloon:nth-child(3n){background:#ffd457}.balloon.popped{visibility:hidden}.clock-wrap{text-align:center}.clock-face{width:260px;height:260px;margin:auto;border:12px solid #153f75;border-radius:50%;background:#fff;position:relative}.clock-face i{position:absolute;left:50%;top:50%;width:7px;background:#122f2a;transform-origin:50% 100%;border-radius:6px}.hour{height:75px;margin-left:-3px;margin-top:-75px}.minute{height:98px;margin-left:-3px;margin-top:-98px;background:#d64d00!important}.clock-face b{position:absolute;transform:translate(-50%,-50%);font-size:1.1rem}.choices{display:flex;justify-content:center;gap:.7rem;flex-wrap:wrap;margin-top:1rem}.choices button{min-width:74px;min-height:64px;border:4px solid #153f75;border-radius:15px;background:#fff;color:#102d28;font-size:1.4rem;font-weight:950}.shop{text-align:center}.shop-item{font-size:5rem}.coins button{font-size:2rem}.total{font-size:2rem;font-weight:950}.sudoku{display:grid;grid-template-columns:repeat(4,70px);justify-content:center}.cell{width:70px;height:70px;border:2px solid #153f75;background:#fff;font-size:1.7rem}.cell.fixed{background:#dcecff}.cell:nth-child(4n+2){border-right-width:5px}.cell:nth-child(n+5):nth-child(-n+8){border-bottom-width:5px}.picker{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.picker button{width:62px;height:62px;border:3px solid #153f75;border-radius:14px;background:#fff;font-size:1.6rem}.feedback{min-height:40px;text-align:center;font-size:1.25rem;font-weight:950;color:#075b3b}.next{display:block;margin-left:auto}.hidden{display:none!important}@media(max-width:650px){.menu{grid-template-columns:1fr}.intro img{width:72px}.top{display:block}.sudoku{grid-template-columns:repeat(4,60px)}.cell{width:60px;height:60px}.scene{min-height:300px}header strong{display:none}}
.menu b{font-size:1.05rem;line-height:1.3}.menu small{font-size:.82rem}.task{font-size:1.1rem}.cell{font-size:1.4rem}
