.word-game-section{width:100%;background-color:#ece6d8;display:flex;align-items:center;justify-content:center;height:800px;padding:40px 20px}.word-game-wrapper{width:100%;height:100%;background:transparent;display:flex;align-items:center;justify-content:center}.word-game-screen{display:none;width:100%;height:100%;background:transparent}.word-game-screen.active{display:flex;align-items:center;justify-content:center}.screen-2.active{align-items:center;padding-top:0}.word-game-support-text{font-family:PlusJakartaSans,Flexa,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:500;font-style:normal;font-size:15px;line-height:24px;letter-spacing:.1em;text-align:justify;text-align-last:justify;width:100%;margin:0;color:#000}.word-game-title{font-family:PlusJakartaSans,Flexa,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;font-size:40px;line-height:100%;margin:0;color:#000}.word-game-instructions-title{font-family:PlusJakartaSans,Flexa,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:500;font-size:30px;line-height:100%;margin:0;color:#000;text-align:center}.word-game-instructions-intro{font-family:PlusJakartaSans,Flexa,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:500;font-size:17px;line-height:24px;margin:0;color:#000;text-align:center;width:100%}.word-game-instruction-text{font-family:PlusJakartaSans,Flexa,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:500;font-size:15px;line-height:24px;letter-spacing:.1em;text-align:justify;text-align-last:justify;width:100%;margin:0;color:#000}.word-game-instruction-text:first-letter{font-weight:700}.word-game-examples-label{font-family:PlusJakartaSans,Flexa,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:500;font-size:15px;margin:0;color:#000;text-align:left}.word-game-result-support-text{font-family:PlusJakartaSans,Flexa,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:500;font-size:15px;line-height:24px;text-align:center;margin:0;color:#000}.word-game-letter-boxes,.word-game-instruction-letters{display:flex;gap:0;align-items:center;flex-shrink:0}.word-letter-box-large,.word-instruction-letter-box{padding:12px 22px;border:3px solid #000;display:flex;align-items:center;justify-content:center;font-family:bookmania-regular,serif;font-weight:700;font-size:32px;line-height:100%;color:#000;background:transparent;text-transform:uppercase}.word-letter-box-large:not(:last-child),.word-instruction-letter-box:not(:last-child){border-right:none}.word-small-letter-box{padding:8px 12px;border:1px solid #000;display:flex;align-items:center;justify-content:center;font-family:bookmania-regular,serif;font-weight:400;font-size:14px;line-height:100%;color:#000;background:transparent;text-transform:uppercase}.word-small-letter-box:not(:last-child){border-right:none}.word-instruction-letter-box.correct-position{background-color:#1f7335;color:#fff;border-color:#000}.word-instruction-letter-box.wrong-position{background-color:#7b7827;color:#fff;border-color:#000}.word-instruction-letter-box.not-in-word{background-color:#5e6265;color:#000;border-color:#000}.word-game-btn{padding:14px 26px;font-size:18px;font-family:bookmania-regular,serif;font-weight:400;text-transform:uppercase;border:none;background:#000;color:#ece6d8;cursor:pointer;transition:background .3s;min-width:200px;text-decoration:none;display:inline-block;text-align:center}.word-game-btn:hover{background:#555}.btn-play{margin-top:20px;padding:14px 46px}.btn-start-game{margin-top:16px}.btn-view-collection{background:#1f7335;color:#ece6d8}.btn-view-collection:hover{background:#165a26}.btn-play-again{background:#000;color:#ece6d8}.btn-play-again:hover{background:#333}.word-game-content{text-align:center;padding:20px;background:transparent;width:100%;display:flex;flex-direction:column;align-items:center;gap:56px}.word-game-text-block{width:100%;max-width:600px;background:transparent;display:flex;justify-content:center}.word-game-text-block .word-game-support-text{text-align:center;text-align-last:center;letter-spacing:normal;width:100%}.word-game-instructions-content{width:100%;max-width:800px;padding:20px;background:transparent;display:flex;flex-direction:column;gap:40px}.word-game-instructions-header{display:flex;justify-content:flex-start;align-items:center}.word-game-small-letters{display:flex;gap:0;align-items:center}.word-game-instructions-main{display:flex;flex-direction:column;align-items:center;gap:36px;width:100%}.word-game-instructions-examples{display:flex;flex-direction:column;gap:24px;width:100%}.word-game-instruction-item{display:flex;flex-direction:row;align-items:start;gap:58px;width:100%}.word-game-instruction-text-wrapper{width:190px;flex-shrink:0}wordle-game-component{display:flex;justify-content:center;width:100%;height:100%}.word-game-play-content{display:flex;align-items:center;justify-content:center;width:100%;padding:20px}.word-game-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;width:100%;max-width:480px;padding:0 12px;box-sizing:border-box}.word-game-message{min-height:1.5rem;font-family:PlusJakartaSans,Flexa,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;font-size:.9rem;text-align:center;letter-spacing:.05em;opacity:0;transition:opacity .2s ease;color:#000}.word-game-message--visible{opacity:1}.word-game-grid-wrapper{display:flex;flex-direction:column;align-items:flex-end}.word-game-help-btn{width:40px;height:40px;background:#000;color:#ece6d8;border:none;border-radius:4px;font-family:PlusJakartaSans,sans-serif;font-size:24px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .3s ease}.word-game-help-btn-wrapper{display:flex;align-items:center;gap:40px;margin-bottom:32px}.word-game-help-btn:hover{background:#333}.word-game-grid{display:flex;flex-direction:column;gap:6px}.word-game-row{display:flex;gap:0;perspective:400px}.word-game-tile{width:62px;height:62px;border:1px solid #000;display:flex;align-items:center;justify-content:center;font-family:bookmania-regular,serif;font-weight:700;font-size:2rem;text-transform:uppercase;color:#000;background:transparent;box-sizing:border-box;user-select:none;-webkit-user-select:none}.word-game-tile:not(:last-child){border-right:none}.word-game-tile--filled{border-color:#000}.word-game-tile--flipping{animation:word-game-flip .35s ease-in-out forwards}.word-game-tile--correct{background-color:#1f7335;border-color:#000;color:#fff}.word-game-tile--present{background-color:#7b7827;border-color:#000;color:#fff}.word-game-tile--absent{background-color:#5e6265;border-color:#000;color:#000}.word-game-keyboard{display:flex;flex-direction:column;gap:6px;width:100%}.word-game-kb-row{display:flex;gap:6px;justify-content:center}.word-game-key{height:56px;flex:1;max-width:43px;min-width:0;border:none;border-radius:4px;background-color:#c3bfa6;color:#1a1a1b;font-family:bookmania-regular,serif;font-size:.8rem;font-weight:400;cursor:pointer;text-transform:uppercase;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent;padding:0;display:flex;align-items:center;justify-content:center;transition:background-color .15s ease,color .15s ease}.word-game-key--wide{flex:1.5;max-width:65px}.word-game-key--enter{flex:3;max-width:120px;font-size:.7rem;letter-spacing:.05em}.word-game-key:active{filter:brightness(.88)}.word-game-key--correct{background-color:#1f7335;color:#fff}.word-game-key--present{background-color:#7b7827;color:#fff}.word-game-key--absent{background-color:#5e6265;color:#fff}.word-game-result-content{display:flex;flex-direction:column;align-items:center;gap:40px;width:100%;padding:20px;background:transparent}.word-game-result-title-win,.word-game-result-title-lose{display:none;justify-content:center;align-items:center}.word-game-result-title-win[data-result-title=win],.word-game-result-title-lose[data-result-title=lose]{display:flex}.btn-text-back{display:none}.word-game-result-buttons{display:flex;gap:20px;justify-content:center;align-items:center;flex-wrap:wrap}.word-game-pop{animation:word-game-pop .1s ease-in-out}.word-game-shake{animation:word-game-shake .5s ease}@keyframes word-game-pop{0%{transform:scale(1)}50%{transform:scale(1.12)}to{transform:scale(1)}}@keyframes word-game-flip{0%{transform:rotateX(0)}50%{transform:rotateX(-90deg)}to{transform:rotateX(0)}}@keyframes word-game-shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-4px)}20%,40%,60%,80%{transform:translate(4px)}}@media screen and (max-width:768px){.word-game-section{height:854px;padding:20px}.word-game-container{padding:0}.word-game-play-content{padding:10px}.word-game-text-block{width:100%;max-width:100%;padding:0 20px}.word-game-text-block .word-game-support-text{text-align:justify;text-align-last:justify;letter-spacing:.1em;width:100%}.btn-play{margin-top:12px;padding:14px 46px}.word-game-instructions-content{padding:0;gap:48px}.word-game-instructions-main{gap:20px}.word-game-instructions-title{font-size:24px}.word-game-instructions-intro{font-size:15px;line-height:22px}.word-game-instruction-item{flex-direction:column;align-items:flex-start;gap:15px}.word-game-instruction-text-wrapper{width:190px}.word-game-instruction-text{text-align:justify;text-align-last:justify;letter-spacing:.1em;width:100%}.word-instruction-letter-box{padding:12px 20px;font-size:32px}.word-small-letter-box{padding:6px 10px;font-size:12px}.word-game-instructions-examples{gap:20px;width:auto}.screen-2.active{padding-top:0}.word-game-instructions-header{justify-content:center}.word-game-help-btn{width:36px;height:36px;font-size:20px}.word-game-tile{width:52px;height:52px;font-size:1.6rem}.word-game-key{height:50px}.word-game-kb-row,.word-game-keyboard{gap:6px}.word-game-result-content{gap:30px;padding:20px}.word-letter-box-large{padding:12px 20px;font-size:32px}.word-game-result-buttons{flex-direction:column;width:100%}.word-game-result-buttons .word-game-btn{width:100%;max-width:300px}.word-game-result-title-win .word-game-letter-boxes>div{padding:8px 12px;font-size:20px;border-width:2px}}@media(max-width:340px){.word-game-tile{width:44px;height:44px;font-size:1.3rem}.word-game-grid,.word-game-row{gap:4px}}
/*# sourceMappingURL=/cdn/shop/t/856/assets/word-game.css.map */
