*{box-sizing:border-box}body{margin:0;padding:0;font-family:Pretendard,Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.game-mode{background:#c4dcff}.board{display:flex;flex-direction:column;align-items:center;background-image:url(/images/hex_board_large.png);background-size:contain;background-repeat:no-repeat;background-position:center;width:800px;height:800px}.row{display:flex;align-items:flex-end}.row.offset{margin-left:0}.hex{position:relative;width:130px;height:70px;background-color:transparent;margin:0;display:flex;align-items:center;justify-content:center}.hex:before,.hex:after{content:"";position:absolute;width:0;border-left:65px solid transparent;border-right:65px solid transparent}.hex:before{bottom:100%;border-bottom:37.53px solid transparent}.hex:after{top:100%;border-top:37.53px solid transparent}.row .hex{margin-right:2px}.board .row+.row{margin-top:39px}.hex img{max-width:180px;max-height:180px;object-fit:contain;position:relative;z-index:1;cursor:pointer}.hex.highlighted{background-color:#16a085;cursor:pointer}.hex img.selected{border:3px solid #e74c3c;border-radius:50%}.hex.attackable{background-color:#e74c3c;cursor:pointer}.hex img.enemy{width:80px;height:80px;cursor:default}.hex img.me{width:80px;height:80px;cursor:pointer}.hex.replay-highlight{border-color:#f1c40f!important;box-shadow:0 0 10px #f1c40f}.hex.replay-highlight-from{border-color:#3498db!important;box-shadow:0 0 10px #3498db}.hex.replay-highlight-to{border-color:#e74c3c!important;box-shadow:0 0 10px #e74c3c}.hex.selected{border-color:#3498db;box-shadow:0 0 10px #3498db}.hex.highlighted{background-color:#d1f2eb}.hex.attackable{background-color:#f9e79f}.hex.last-move-from{border:3px solid #f1c40f!important;box-shadow:0 0 10px #f1c40f}.hex.last-move-to{border:3px solid #f39c12!important;box-shadow:0 0 10px #f39c12}.game-header{display:flex;justify-content:space-around;align-items:center;margin:20px 0}#turnIndicator{font-size:24px;margin-bottom:20px}#gameOverMessage{font-size:32px;color:#ed4a5d;text-align:center;margin-top:50px}
