#share-btn{display:flex;align-items:center;min-width:fit-content}.result-section{text-align:center;margin-bottom:1.5rem}.result-grid{display:flex;flex-direction:column;gap:.4rem;justify-content:center;align-items:center;margin-top:20px}.result-row{display:flex;gap:.4rem}.result-tile{width:3rem;height:3rem;border-radius:4px;background-color:#666;display:flex;justify-content:center;align-items:center;font-size:clamp(16px,3vw,32px)}.result-tile i{filter:drop-shadow(1px 1px 1px rgba(0,0,0,.6))}.result-tile.correct{background-color:#00c851}.result-tile.present{background-color:#ffb300}.result-tile.absent{background-color:#1f1f1f}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:12px 24px;border-radius:8px;box-shadow:0 4px 10px #0000004d;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:9999}.toast.show{opacity:1;pointer-events:auto}.stats-grid{width:100%;display:flex;justify-content:center;flex-wrap:wrap;gap:16px;text-align:center;margin:0 auto}.stat-item{width:150px;max-width:150px;background:#333;padding:12px;border-radius:8px}.stat-number{font-size:2rem;font-weight:700}.stat-label{font-size:.9rem}#countdown{display:flex;flex-direction:column;align-items:center;gap:.3rem}#countdown #countdown-timer{font-size:clamp(24px,5em,32px)}.key-example{flex:1;width:40px;height:40px;background-color:#333;border:none;border-radius:8px;margin:3px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s,transform .1s;padding:6px 4px;color:#eee;-webkit-user-select:none;user-select:none}.key-example.correct{background-color:#00c851;color:#000}.key-example.present{background-color:#ffb300;color:#000}.key-example.absent{background-color:#1f1f1f;color:#777}.key-example.absent i{opacity:.3}.keyboard{height:fit-content;margin-top:30px;width:100%}.keyboard-line{flex:1;display:flex;justify-content:center}.key i{filter:drop-shadow(1px 1px 1px rgba(0,0,0,.6))}.key{flex:1;width:55px;height:55px;background-color:#333;border:none;border-radius:8px;margin:3px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s,transform .1s;padding:6px 4px;color:#eee;-webkit-user-select:none;user-select:none}.special:hover,.key:hover{transform:translateY(-2px)}.key.correct{background-color:#00c851;color:#000}.key.present{background-color:#ffb300;color:#000}.key.absent{background-color:#1f1f1f;color:#777}.key.absent i{opacity:.3}.special:active,.key:active{transform:scale(.95)}.special{flex:1;width:55px;height:55px;background-color:#999;color:#fff;font-weight:700;border:none;border-radius:4px;margin:3px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background-color .3s;padding:.4rem}.enter-key{width:auto;aspect-ratio:2}.tooltips{position:absolute;transform:translateY(-30%);background-color:#4b4b4b;color:#fff;padding:8px 16px;border-radius:6px;opacity:0;pointer-events:none;transition:opacity .3s ease;height:fit-content}.tooltips.visible{opacity:1;pointer-events:all}.board{width:100%;display:flex;flex-direction:column;gap:5px;padding:30px}@media (max-width: 376px){.board{width:100%}}.guess-row{display:flex;justify-content:center;gap:8px}.guess-cell{flex:1 1 45px;aspect-ratio:1;background-color:#333;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:background-color .3s;width:45px}.guess-cell i{filter:drop-shadow(1px 1px 1px rgba(0,0,0,.6))}.guess-cell.filled{background-color:#333}.guess-cell.correct{background-color:#00c851}.guess-cell.present{background-color:#ffb300}.guess-cell.absent{background-color:#1f1f1f}.guess-cell.absent i{color:#777;opacity:.5}@keyframes shake{0%{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-6px)}80%{transform:translate(6px)}to{transform:translate(0)}}.shake{animation:shake .4s}@keyframes flip{0%{transform:rotateX(0)}50%{transform:rotateX(90deg)}to{transform:rotateX(0)}}.flip{animation:flip .4s ease;transform-style:preserve-3d;backface-visibility:hidden}.modal{display:none}.modal.is-open{display:block}.modal__overlay{background-color:#0009;position:fixed;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;z-index:999}.modal__container{background-color:#141414;border-radius:12px;width:60%;padding:1.2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;box-shadow:0 10px 25px #0006;color:#fff}@media (max-width: 600px){.modal__container{width:90%;padding:1.2rem}}.modal__header,.modal__footer{width:100%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.modal__title{margin:0;font-size:1.4rem}.modal__close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#fff}.modal__content{width:100%;max-width:100%;display:flex;flex-direction:column;gap:1rem}.modal__btn{color:#fff;background-color:#333;border:none;padding:.6rem 1.2rem;border-radius:6px;cursor:pointer;transition:background-color .2s}.modal__btn:hover{background-color:#555}#help{width:100%;color:#fff;padding:1.5rem;border-radius:12px;background-color:#1c1c1c}#help p{margin-bottom:1rem;line-height:1.6;font-size:1rem}.example{display:flex;gap:.5rem;margin-bottom:.5rem}.icon{background-color:#333;width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:26px;color:#fff;border:2px solid transparent}.icon.right{background-color:#4caf50}.icon.place{background-color:#d1a541}.icon.wrong{background-color:#555}.icon i{filter:drop-shadow(1px 1px 1px rgba(0,0,0,.6))}.help_termo{margin-top:1rem;font-size:.9rem;opacity:.9}@media (max-width: 480px){.icon{width:44px;height:44px;font-size:24px}#help{padding:1rem}.modal__title{font-size:1.2rem}.modal__btn{padding:.5rem 1rem}.modal__footer{width:100%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:16px}}*{margin:0;padding:0;box-sizing:border-box;font-family:Roboto Condensed,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal}body{font-family:Arial,sans-serif;background:#121212;color:#eee;display:flex;flex-direction:column;align-items:center;justify-content:center;height:80dvh}main{max-width:550px;width:100%;height:100%;padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.board-container{width:100%;display:flex;flex-direction:column;align-items:center;gap:1rem;position:fixed;bottom:0;padding:0 20px 20px}@media (min-width: 550px){.board-container{max-width:550px}}.header-btns{background:transparent;border:none;border-radius:4px;margin:3px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background-color .3s;padding:.4rem}.header-btns span{color:#999}#header{width:100%;max-width:550px;display:flex;justify-content:space-between}
