.octordle-page-container{width:100%;max-width:100vw}.octordle-game-area{height:calc(100dvh - 64px);min-height:400px}.octordle-cell-current{height:28px;font-size:16px}.octordle-cell-past,.octordle-cell-future{height:16px;font-size:11px}@media (width<=379px){.octordle-cell-current{height:24px;font-size:14px}.octordle-cell-past,.octordle-cell-future{height:14px;font-size:10px}}@media (width>=768px){.octordle-page-container{max-width:calc(100vw - 32px);margin:0 auto}.octordle-cell-past,.octordle-cell-future{height:calc(3.57143dvh - 9.21429px);font-size:calc(2.5dvh - 6.45px)}.octordle-cell-current{height:calc(7.14286dvh - 18.4286px);font-size:calc(4.28571dvh - 11.0571px)}}@media (width>=1024px){.octordle-page-container{max-width:1100px}}@media (width>=1280px){.octordle-page-container{max-width:1280px}}.board-complete{opacity:.5;pointer-events:none}.board-complete:after{content:"✓";color:#10b981;z-index:100;font-size:3rem;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.octordle-box{border:1px solid #0000;border-radius:2px;margin:.5px;line-height:1;transition:all .15s ease-in-out}.octordle-box-content{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.octordle-box-connected{border-right:0;border-radius:0;margin:0}.octordle-box-connected:last-child{border-right:1px solid #e5e7eb;border-top-right-radius:2px;border-bottom-right-radius:2px}.octordle-box-connected:first-child{border-top-left-radius:2px;border-bottom-left-radius:2px}.row-current .octordle-box{border:1px solid #d1d5db;background-color:#e4e4e7!important}.row-future .octordle-box{border:1px solid #e5e7eb;background-color:#f4f4f5!important}.bg-box-correct{color:#fff!important;background-color:#10b981!important}.bg-box-diff{color:#fff!important;background-color:#f59e0b!important}.bg-box-wrong{color:#fff!important;background-color:#6b7280!important}.octordle-key{cursor:pointer;text-transform:uppercase;background-color:#fff;border:1px solid #d1d5db;border-radius:4px;justify-content:center;align-items:center;margin:1px;font-weight:700;transition:all .15s ease-in-out;display:flex;position:relative}.octordle-key:hover{opacity:.8}.octordle-key .octordle-box-content{z-index:10;color:inherit;justify-content:center;align-items:center;width:100%;height:100%;font-size:14px;font-weight:700;display:flex;position:relative}@media (width>=768px){.octordle-key .octordle-box-content{font-size:16px}}.octordle-key[data-key]{aspect-ratio:1;height:auto}.octordle-key#backspace-btn,.octordle-key#enter-btn{aspect-ratio:1.5;height:auto}@keyframes flip{0%{transform:rotateX(0)}50%{transform:rotateX(-90deg)}to{transform:rotateX(0)}}.animate-flip{animation:.6s ease-in-out flip}@keyframes bounce-cell{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.animate-win{animation:.5s ease-in-out bounce-cell}#game-over-modal{opacity:0;transition:opacity .2s ease-in-out}#game-over-modal.show{opacity:1}#game-over-modal>div{transition:transform .2s ease-in-out;transform:scale(.95)}#game-over-modal.show>div{transform:scale(1)}.demo-cell{border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;margin:1px auto;font-size:16px;font-weight:700;display:flex}@media (width<=640px){.demo-cell{width:28px;height:28px;font-size:14px}}
