.wtg{width:100%;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.wtg__bar{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 12px}.wtg__bar .tier{margin-inline-end:auto}.wtg__step{color:var(--text-tertiary);margin:0}.wtg__budget{margin:0;display:inline-flex;align-items:baseline;gap:6px;color:var(--text-secondary)}.wtg__budget .t-stat{color:var(--text-primary)}.wtg__budget.is-over .t-stat{color:var(--error-60)}.wtg__task{margin:0;max-width:34ch}.wtg__grid{width:min(100%,22rem);display:grid;grid-template-columns:repeat(var(--cols, 3),1fr);gap:clamp(3px,2.2vw,8px)}@media(min-width:640px){.wtg__grid{width:min(100%,26rem);gap:10px}}.wtg__grid[style*="--cols:6"] .wtg-cell{padding:3px;border-radius:10px}.wtg__grid[style*="--cols:6"] .wtg-cell__art{width:92%;height:66%}.wtg__grid[style*="--cols:6"] .wtg-pip{width:6px;height:6px;border-width:1.2px}.wtg__grid[style*="--cols:6"] .wtg-drops{gap:2px;min-height:7px}.wtg__grid[style*="--cols:6"] .wtg-cell__splash{width:10px;height:10px}.wtg-legend{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:8px 14px;align-items:center;justify-content:center}.wtg-legend__item{display:inline-flex;align-items:center;gap:6px;padding:4px 10px 4px 6px;border-radius:999px;background:var(--grey-20);border:1px solid var(--grey-30);color:var(--text-secondary)}.wtg-legend__item img{width:22px;height:22px;object-fit:contain}.wtg-cell{aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:6px;overflow:hidden;margin:0;border:1.5px solid var(--grey-40);border-radius:14px;background:var(--grey-20);cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none;transition:background .16s ease,border-color .16s ease,transform .16s ease}.wtg-cell:focus-visible{outline:2px solid var(--teal-primary);outline-offset:2px}.wtg-cell:not(:disabled):active{transform:scale(.95)}.wtg-cell__art{width:86%;height:72%;object-fit:contain;pointer-events:none}.wtg-cell.is-wet{background:var(--blue-10);border-color:var(--blue-30)}.wtg-cell__splash{width:14px;height:14px;border-radius:999px;background:var(--blue-40)}.wtg-cell.is-sprinkler{background:var(--grey-white);border-color:var(--blue-60);border-style:solid}.wtg-cell.is-flower{cursor:default;background:var(--grey-white);border-color:var(--grey-30)}.wtg-cell.is-happy{background:var(--success-10);border-color:var(--success-30)}.wtg-cell.is-drowned{background:var(--error-20);border-color:var(--error-30)}.wtg-drops{display:flex;gap:3px;align-items:center;justify-content:center;min-height:9px}.wtg-pip{width:8px;height:8px;border-radius:999px;border:1.5px solid var(--grey-50);background:transparent}.wtg-pip.is-filled{background:var(--blue-60);border-color:var(--blue-60)}.wtg-pip.is-spare{background:var(--error-60);border-color:var(--error-60)}.wtg__rule{margin:0;color:var(--text-tertiary);max-width:32ch}.wtg__actions{display:flex;gap:12px;align-items:center;justify-content:center;flex-wrap:wrap}.wtg__feedback{margin:0;min-height:1.5em;max-width:38ch;padding:0;color:var(--text-secondary)}.wtg__feedback.is-right,.wtg__feedback.is-wrong{padding:10px 14px;border-radius:12px;border:1px solid;color:var(--grey-90)}.wtg__feedback.is-right{background:var(--success-10);border-color:var(--success-30)}.wtg__feedback.is-wrong{background:var(--error-20);border-color:var(--error-30)}
