html{height:100%;overflow:hidden;overscroll-behavior:none}body{margin:0;display:flex;justify-content:center;align-items:center;height:100%}.score{position:absolute;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;top:12px;right:24px;padding:8px;font-size:48px;font-weight:700;color:#8e8e8e}.score_best{right:unset;left:24px;color:#8e8d3e}.field{--tile-size: 48px;--padding-size: 6px;--base-color: #ffe38e;border-spacing:var(--padding-size);position:relative;-webkit-user-select:none;user-select:none}.field__cell{padding:0;width:var(--tile-size);height:var(--tile-size);background-color:beige;border-radius:6px;vertical-align:middle;text-align:center}.field__tile-container{position:absolute;z-index:1;top:0;left:0}.field__tile{-webkit-user-select:none;user-select:none;position:absolute;top:0;left:0;font-size:32px;width:var(--tile-size);height:var(--tile-size);background-color:var(--base-color);border-radius:12px;display:flex;justify-content:center;align-items:center;padding:8px;box-sizing:border-box}.field__tile_appear{animation-name:scale-appear;animation-duration:.2s;animation-fill-mode:forwards}.field__tile-container_move{transition:transform .2s ease-in-out;z-index:0}.field__tile-container_destroy{animation-name:destroy;animation-duration:.2s;animation-fill-mode:forwards}.field__score-up{position:absolute;width:var(--tile-size);height:var(--tile-size);display:flex;justify-content:center;align-items:center;pointer-events:none;z-index:10}.field__score-up-text{color:#a78c39;font-size:24px;font-weight:700;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.field__score-up_animate{animation:score-up-float 1s ease-out forwards}@keyframes score-up-float{0%{opacity:.8;transform:translateY(0)}20%{opacity:1}to{opacity:0;transform:translateY(-50px)}}@keyframes scale-appear{0%{opacity:0;transform:scale(.5)}75%{opacity:1;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes destroy{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}.emoji{width:100%;height:100%}.emoji:nth-child(1){margin-right:-8px}.emoji+.emoji{margin-left:-8px}.field__buttons{position:absolute;top:0;left:0;background-color:#fffc;border:0;width:100%;height:100%;z-index:1;display:flex;justify-content:center;align-items:center;gap:16px}.field__replay-button,.field__share-button{background-color:transparent;border:none;font-size:72px}.help-button{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;background-color:#ffe38e;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;font-size:28px;box-shadow:0 4px 12px #00000026;transition:transform .2s,box-shadow .2s;z-index:1000}.help-button:hover{transform:scale(1.1);box-shadow:0 6px 16px #0003}.help-button:active{transform:scale(.95)}.help-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;z-index:2000;display:flex;justify-content:center;align-items:center;opacity:0;pointer-events:none;transition:opacity .3s}.help-overlay.active{opacity:1;pointer-events:all}.help-popup{background-color:#fff;border-radius:16px;padding:32px;max-width:400px;width:90%;box-shadow:0 8px 32px #0003;position:relative}.help-popup__close{position:absolute;top:12px;right:12px;background:transparent;border:none;font-size:24px;cursor:pointer;width:32px;height:32px;display:flex;justify-content:center;align-items:center;border-radius:50%;transition:background-color .2s}.help-popup__close:hover{background-color:#f0f0f0}.help-popup__demo{display:flex;justify-content:center;align-items:center;margin-bottom:24px;height:120px}.help-popup__hands{position:relative;width:120px;height:80px;display:flex;justify-content:center;align-items:center}.help-popup__hands:after{content:"🤝";font-size:48px;position:absolute;opacity:0;transition:opacity .2s ease-in-out;pointer-events:none}.help-popup__hands.merged:after{opacity:1}.help-popup__hands.permanently-merged:after{opacity:1}.help-popup__hand{font-size:48px;position:absolute;transition:transform .5s ease-in-out,opacity .2s ease-in-out}.help-popup__hands.merged .help-popup__hand{opacity:0}.help-popup__hands.permanently-merged .help-popup__hand{opacity:0;display:none}.help-popup__hand:first-child{left:0}.help-popup__hand:last-child{right:0}.help-popup__hands.collapsed .help-popup__hand:first-child{transform:translate(24px)}.help-popup__hands.collapsed .help-popup__hand:last-child{transform:translate(-24px)}.help-popup__title{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:28px;font-weight:700;margin:0 0 12px;text-align:center;color:#333}.help-popup__description{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:16px;color:#666;margin:0 0 24px;text-align:center;line-height:1.5}.help-popup__instructions-title{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:18px;font-weight:600;margin:0 0 16px;color:#333}.help-popup__instructions{list-style:none;padding:0;margin:0}.help-popup__instruction{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:16px;color:#555;margin-bottom:16px;display:flex;align-items:center;gap:12px}.help-popup__instruction:last-child{margin-bottom:0}.help-popup__icon{width:32px;height:32px;flex-shrink:0}@media (max-width: 768px){.help-button{width:48px;height:48px;font-size:24px;bottom:16px;right:16px}.help-popup{padding:24px;margin:16px}}
